#51FCE8

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

Shades of Baby Blue #51FCE8

Tints of Baby Blue #51FCE8

Color information

#51FCE8 (or 0x51FCE8) is unknown color: approx Baby Blue. HEX triplet: 51, FC and E8. RGB value is (81,252,232). Sum of RGB (Red+Green+Blue) = 81+252+232=565 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.34% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FCE8 is #AE0317. Grayscale: #C6C6C6. Windows color (decimal): -11404056 or 15268945. OLE color: 15268945.

HSL color Cylindrical-coordinate representation of color #51FCE8: hue angle of 172.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FCE8 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB81252232-
CMYK0.6800.080.01
HSL172.98º96.61%65.29%-
HSV(B)172.98º67.86%98.82%-
XYZ52.7777.288.46-
YUV198.59146.8544.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.34%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=14.34%
G=44.60%
B=41.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812522320.6800.080.01172.9896.6165.29
Hex51FCE844081ad6141
Octal1213743501040101255141101
Binary1010001111111001110100010001000100011010110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,252,232); }

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

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

 a { background-color: rgb(81,252,232); }

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

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

 span { border-color: rgb(81,252,232); }

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