#51FCFA

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

Shades of Baby Blue #51FCFA

Tints of Baby Blue #51FCFA

Color information

#51FCFA (or 0x51FCFA) is unknown color: approx Baby Blue. HEX triplet: 51, FC and FA. RGB value is (81,252,250). Sum of RGB (Red+Green+Blue) = 81+252+250=583 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.89% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FCFA is #AE0305. Grayscale: #C8C8C8. Windows color (decimal): -11404038 or 16448593. OLE color: 16448593.

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

Color convert

RGB81252250-
CMYK0.6800.010.01
HSL179.3º96.61%65.29%-
HSV(B)179.3º67.86%98.82%-
XYZ55.4678.27102.63-
YUV200.64155.8542.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 13.89%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=13.89%
G=43.22%
B=42.88%

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
Decimal812522500.6800.010.01179.396.6165.29
Hex51FCFA44011b36141
Octal121374372104011263141101
Binary1010001111111001111101010001000111011001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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