#51CAFB

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

Shades of Maya Blue #51CAFB

Tints of Maya Blue #51CAFB

Color information

#51CAFB (or 0x51CAFB) is unknown color: approx Maya Blue. HEX triplet: 51, CA and FB. RGB value is (81,202,251). Sum of RGB (Red+Green+Blue) = 81+202+251=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #51CAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CAFB is #AE3504. Grayscale: #ABABAB. Windows color (decimal): -11416837 or 16501329. OLE color: 16501329.

HSL color Cylindrical-coordinate representation of color #51CAFB: hue angle of 197.29º 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 #51CAFB is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81202251-
CMYK0.680.2000.02
HSL197.29º95.51%65.1%-
HSV(B)197.29º67.73%98.43%-
XYZ41.9350.9698.89-
YUV171.41172.9163.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.17%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=15.17%
G=37.83%
B=47.00%

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
Decimal812022510.680.2000.02197.2995.5165.1
Hex51CAFB441402c56041
Octal1213123731042402305140101
Binary101000111001010111110111000100101000101100010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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