#5FF6FA

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

Shades of Baby Blue #5FF6FA

Tints of Baby Blue #5FF6FA

Color information

#5FF6FA (or 0x5FF6FA) is unknown color: approx Baby Blue. HEX triplet: 5F, F6 and FA. RGB value is (95,246,250). Sum of RGB (Red+Green+Blue) = 95+246+250=591 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.07% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FF6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6FA is #A00905. Grayscale: #C9C9C9. Windows color (decimal): -10488070 or 16447071. OLE color: 16447071.

HSL color Cylindrical-coordinate representation of color #5FF6FA: hue angle of 181.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF6FA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95246250-
CMYK0.620.0200.02
HSL181.55º93.94%67.65%-
HSV(B)181.55º62%98.04%-
XYZ54.9375.25102.07-
YUV201.31155.4752.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.07%
GREEN value IS 246 (96.48% from 255) = 41.62%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=16.07%
G=41.62%
B=42.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952462500.620.0200.02181.5593.9467.65
Hex5FF6FA3E202b65e44
Octal13736637276202266136104
Binary10111111111011011111010111110100101011011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FF6FA; }

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

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

<style>
 a { background-color: #5FF6FA; }

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

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

<style>
 span { border-color: #5FF6FA; }

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

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