#61BEFA

Color #61BEFA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #61BEFA

Tints of Maya Blue #61BEFA

Color information

#61BEFA (or 0x61BEFA) is unknown color: approx Maya Blue. HEX triplet: 61, BE and FA. RGB value is (97,190,250). Sum of RGB (Red+Green+Blue) = 97+190+250=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #61BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEFA is #9E4105. Grayscale: #A8A8A8. Windows color (decimal): -10371334 or 16432737. OLE color: 16432737.

HSL color Cylindrical-coordinate representation of color #61BEFA: hue angle of 203.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BEFA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97190250-
CMYK0.610.2400.02
HSL203.53º93.87%68.04%-
HSV(B)203.53º61.2%98.04%-
XYZ40.646.2797.23-
YUV169.03173.6976.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 18.06%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=18.06%
G=35.38%
B=46.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971902500.610.2400.02203.5393.8768.04
Hex61BEFA3D1802cc5e44
Octal141276372753002314136104
Binary11000011011111011111010111101110000101100110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BEFA; }

 p { color: rgb(97,190,250); }

 H1.HeaderClassName
 {
   color: #61BEFA;
 }
 .AnyTagClassName
 {
   color: #61BEFA;
 }
</style>
background-color css

<style>
 a { background-color: #61BEFA; }

 a { background-color: rgb(97,190,250); }

 div.DivClassName
 {
   background-color: #61BEFA;
 }
 .BgClassName
 {
   background-color: #61BEFA;
 }
</style>
border-color css

<style>
 span { border-color: #61BEFA; }

 span { border-color: rgb(97,190,250); }

 td.TdClassName
 {
   border-color: #61BEFA;
 }
 .TagClassName
 {
   border-color: #61BEFA;
 }
</style>