#61C2F9

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

Shades of Maya Blue #61C2F9

Tints of Maya Blue #61C2F9

Color information

#61C2F9 (or 0x61C2F9) is unknown color: approx Maya Blue. HEX triplet: 61, C2 and F9. RGB value is (97,194,249). Sum of RGB (Red+Green+Blue) = 97+194+249=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #61C2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2F9 is #9E3D06. Grayscale: #AAAAAA. Windows color (decimal): -10370311 or 16368225. OLE color: 16368225.

HSL color Cylindrical-coordinate representation of color #61C2F9: hue angle of 201.71º degrees, saturation: 0.93, 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 #61C2F9 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97194249-
CMYK0.610.2200.02
HSL201.71º92.68%67.84%-
HSV(B)201.71º61.04%97.65%-
XYZ41.3247.9696.7-
YUV171.27171.8675.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=17.96%
G=35.93%
B=46.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971942490.610.2200.02201.7192.6867.84
Hex61C2F93D1602ca5d44
Octal141302371752602312135104
Binary11000011100001011111001111101101100101100101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,249); }

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

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

 a { background-color: rgb(97,194,249); }

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

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

 span { border-color: rgb(97,194,249); }

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