#51C9FB

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

Shades of Maya Blue #51C9FB

Tints of Maya Blue #51C9FB

Color information

#51C9FB (or 0x51C9FB) is unknown color: approx Maya Blue. HEX triplet: 51, C9 and FB. RGB value is (81,201,251). Sum of RGB (Red+Green+Blue) = 81+201+251=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #51C9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C9FB is #AE3604. Grayscale: #AAAAAA. Windows color (decimal): -11417093 or 16501073. OLE color: 16501073.

HSL color Cylindrical-coordinate representation of color #51C9FB: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C9FB is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81201251-
CMYK0.680.2000.02
HSL197.65º95.51%65.1%-
HSV(B)197.65º67.73%98.43%-
XYZ41.6950.4998.81-
YUV170.82173.2463.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.20%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=15.20%
G=37.71%
B=47.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812012510.680.2000.02197.6595.5165.1
Hex51C9FB441402c66041
Octal1213113731042402306140101
Binary101000111001001111110111000100101000101100011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C9FB; }

 p { color: rgb(81,201,251); }

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

<style>
 a { background-color: #51C9FB; }

 a { background-color: rgb(81,201,251); }

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

<style>
 span { border-color: #51C9FB; }

 span { border-color: rgb(81,201,251); }

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