#51FAE9

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

Shades of Baby Blue #51FAE9

Tints of Baby Blue #51FAE9

Color information

#51FAE9 (or 0x51FAE9) is unknown color: approx Baby Blue. HEX triplet: 51, FA and E9. RGB value is (81,250,233). Sum of RGB (Red+Green+Blue) = 81+250+233=564 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.36% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAE9 is #AE0516. Grayscale: #C5C5C5. Windows color (decimal): -11404567 or 15333969. OLE color: 15333969.

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

Color convert

RGB81250233-
CMYK0.6800.070.02
HSL173.96º94.41%64.9%-
HSV(B)173.96º67.6%98.04%-
XYZ52.297689.01-
YUV197.53148.0144.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.36%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 233 (91.41% from 255) = 41.31%
R=14.36%
G=44.33%
B=41.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812502330.6800.070.02173.9694.4164.9
Hex51FAE944072ae5e41
Octal121372351104072256136101
Binary1010001111110101110100110001000111101010111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,250,233); }

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

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

 a { background-color: rgb(81,250,233); }

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

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

 span { border-color: rgb(81,250,233); }

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