#51CAF9

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

Shades of Maya Blue #51CAF9

Tints of Maya Blue #51CAF9

Color information

#51CAF9 (or 0x51CAF9) is unknown color: approx Maya Blue. HEX triplet: 51, CA and F9. RGB value is (81,202,249). Sum of RGB (Red+Green+Blue) = 81+202+249=532 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.23% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #51CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CAF9 is #AE3506. Grayscale: #AAAAAA. Windows color (decimal): -11416839 or 16370257. OLE color: 16370257.

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

Color convert

RGB81202249-
CMYK0.670.1900.02
HSL196.79º93.33%64.71%-
HSV(B)196.79º67.47%97.65%-
XYZ41.6150.8397.24-
YUV171.18171.9163.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.23%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=15.23%
G=37.97%
B=46.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812022490.670.1900.02196.7993.3364.71
Hex51CAF9431302c55d41
Octal1213123711032302305135101
Binary101000111001010111110011000011100110101100010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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