#5FF5FE

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

Shades of Baby Blue #5FF5FE

Tints of Baby Blue #5FF5FE

Color information

#5FF5FE (or 0x5FF5FE) is unknown color: approx Baby Blue. HEX triplet: 5F, F5 and FE. RGB value is (95,245,254). Sum of RGB (Red+Green+Blue) = 95+245+254=594 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.99% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FF5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF5FE is #A00A01. Grayscale: #C8C8C8. Windows color (decimal): -10488322 or 16708959. OLE color: 16708959.

HSL color Cylindrical-coordinate representation of color #5FF5FE: hue angle of 183.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FF5FE is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB95245254-
CMYK0.630.0400.00
HSL183.4º98.76%68.43%-
HSV(B)183.4º62.6%99.61%-
XYZ55.2674.89105.31-
YUV201.18157.852.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 15.99%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=15.99%
G=41.25%
B=42.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal952452540.630.0400.00183.498.7668.43
Hex5FF5FE3F400b76344
Octal13736537677400267143104
Binary10111111111010111111110111111100001011011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,245,254); }

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

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

 a { background-color: rgb(95,245,254); }

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

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

 span { border-color: rgb(95,245,254); }

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