#51FDFA

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

Shades of Baby Blue #51FDFA

Tints of Baby Blue #51FDFA

Color information

#51FDFA (or 0x51FDFA) is unknown color: approx Baby Blue. HEX triplet: 51, FD and FA. RGB value is (81,253,250). Sum of RGB (Red+Green+Blue) = 81+253+250=584 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.87% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FDFA is #AE0205. Grayscale: #C9C9C9. Windows color (decimal): -11403782 or 16448849. OLE color: 16448849.

HSL color Cylindrical-coordinate representation of color #51FDFA: hue angle of 178.95º degrees, saturation: 0.98, 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 #51FDFA is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB81253250-
CMYK0.6800.010.01
HSL178.95º97.73%65.49%-
HSV(B)178.95º67.98%99.22%-
XYZ55.7778.9102.73-
YUV201.23155.5242.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 13.87%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=13.87%
G=43.32%
B=42.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812532500.6800.010.01178.9597.7365.49
Hex51FDFA44011b36241
Octal121375372104011263142101
Binary1010001111111011111101010001000111011001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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