#51FAED

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

Shades of Baby Blue #51FAED

Tints of Baby Blue #51FAED

Color information

#51FAED (or 0x51FAED) is unknown color: approx Baby Blue. HEX triplet: 51, FA and ED. RGB value is (81,250,237). Sum of RGB (Red+Green+Blue) = 81+250+237=568 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.26% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAED is #AE0512. Grayscale: #C5C5C5. Windows color (decimal): -11404563 or 15596113. OLE color: 15596113.

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

Color convert

RGB81250237-
CMYK0.6800.050.02
HSL175.38º94.41%64.9%-
HSV(B)175.38º67.6%98.04%-
XYZ52.8776.2392.05-
YUV197.99150.0144.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.26%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=14.26%
G=44.01%
B=41.73%

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
Decimal812502370.6800.050.02175.3894.4164.9
Hex51FAED44052af5e41
Octal121372355104052257136101
Binary1010001111110101110110110001000101101010111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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