#51EBFF

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

Shades of Baby Blue #51EBFF

Tints of Baby Blue #51EBFF

Color information

#51EBFF (or 0x51EBFF) is unknown color: approx Baby Blue. HEX triplet: 51, EB and FF. RGB value is (81,235,255). Sum of RGB (Red+Green+Blue) = 81+235+255=571 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.19% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #51EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EBFF is #AE1400. Grayscale: #BFBFBF. Windows color (decimal): -11408385 or 16771921. OLE color: 16771921.

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

Color convert

RGB81235255-
CMYK0.680.0800
HSL186.9º100%65.88%-
HSV(B)186.9º68.24%100%-
XYZ51.1568.39105.11-
YUV191.23163.9849.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.19%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 255 (100% from 255) = 44.66%
R=14.19%
G=41.16%
B=44.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812352550.680.0800186.910065.88
Hex51EBFF44800bb6442
Octal1213533771041000273144102
Binary1010001111010111111111110001001000001011101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,235,255); }

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

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

 a { background-color: rgb(81,235,255); }

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

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

 span { border-color: rgb(81,235,255); }

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