#51F6FA

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

Shades of Baby Blue #51F6FA

Tints of Baby Blue #51F6FA

Color information

#51F6FA (or 0x51F6FA) is unknown color: approx Baby Blue. HEX triplet: 51, F6 and FA. RGB value is (81,246,250). Sum of RGB (Red+Green+Blue) = 81+246+250=577 (76% of max value = 765). Red value is 81 (32.03% from 255 or 14.04% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #51F6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51F6FA is #AE0905. Grayscale: #C4C4C4. Windows color (decimal): -11405574 or 16447057. OLE color: 16447057.

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

Color convert

RGB81246250-
CMYK0.680.0200.02
HSL181.42º94.41%64.9%-
HSV(B)181.42º67.6%98.04%-
XYZ53.674.56102.01-
YUV197.12157.8445.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.04%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=14.04%
G=42.63%
B=43.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812462500.680.0200.02181.4294.4164.9
Hex51F6FA44202b55e41
Octal121366372104202265136101
Binary101000111110110111110101000100100101011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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