#51FAEE

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

Shades of Baby Blue #51FAEE

Tints of Baby Blue #51FAEE

Color information

#51FAEE (or 0x51FAEE) is unknown color: approx Baby Blue. HEX triplet: 51, FA and EE. RGB value is (81,250,238). Sum of RGB (Red+Green+Blue) = 81+250+238=569 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.24% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAEE is #AE0511. Grayscale: #C5C5C5. Windows color (decimal): -11404562 or 15661649. OLE color: 15661649.

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

Color convert

RGB81250238-
CMYK0.6800.050.02
HSL175.74º94.41%64.9%-
HSV(B)175.74º67.6%98.04%-
XYZ53.0176.2992.82-
YUV198.1150.5144.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.24%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=14.24%
G=43.94%
B=41.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812502380.6800.050.02175.7494.4164.9
Hex51FAEE44052b05e41
Octal121372356104052260136101
Binary1010001111110101110111010001000101101011000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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