#61CAFC

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

Shades of Maya Blue #61CAFC

Tints of Maya Blue #61CAFC

Color information

#61CAFC (or 0x61CAFC) is unknown color: approx Maya Blue. HEX triplet: 61, CA and FC. RGB value is (97,202,252). Sum of RGB (Red+Green+Blue) = 97+202+252=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #61CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAFC is #9E3503. Grayscale: #B0B0B0. Windows color (decimal): -10368260 or 16566881. OLE color: 16566881.

HSL color Cylindrical-coordinate representation of color #61CAFC: hue angle of 199.35º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CAFC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97202252-
CMYK0.620.2000.01
HSL199.35º96.27%68.43%-
HSV(B)199.35º61.51%98.82%-
XYZ43.6251.8199.8-
YUV176.3170.7171.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.60%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=17.60%
G=36.66%
B=45.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972022520.620.2000.01199.3596.2768.43
Hex61CAFC3E1401c76044
Octal141312374762401307140104
Binary1100001110010101111110011111010100011100011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,252); }

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

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

 a { background-color: rgb(97,202,252); }

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

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

 span { border-color: rgb(97,202,252); }

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