#51EDFA

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

Shades of Baby Blue #51EDFA

Tints of Baby Blue #51EDFA

Color information

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

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

Color convert

RGB81237250-
CMYK0.680.0500.02
HSL184.62º94.41%64.9%-
HSV(B)184.62º67.6%98.04%-
XYZ50.9369.22101.12-
YUV191.84160.8248.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812372500.680.0500.02184.6294.4164.9
Hex51EDFA44502b95e41
Octal121355372104502271136101
Binary1010001111011011111101010001001010101011100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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