#5FFAFE

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

Shades of Baby Blue #5FFAFE

Tints of Baby Blue #5FFAFE

Color information

#5FFAFE (or 0x5FFAFE) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and FE. RGB value is (95,250,254). Sum of RGB (Red+Green+Blue) = 95+250+254=599 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.86% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAFE is #A00501. Grayscale: #CBCBCB. Windows color (decimal): -10487042 or 16710239. OLE color: 16710239.

HSL color Cylindrical-coordinate representation of color #5FFAFE: hue angle of 181.51º 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 #5FFAFE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB95250254-
CMYK0.630.0200.00
HSL181.51º98.76%68.43%-
HSV(B)181.51º62.6%99.61%-
XYZ56.7977.96105.82-
YUV204.11156.1550.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 15.86%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=15.86%
G=41.74%
B=42.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal952502540.630.0200.00181.5198.7668.43
Hex5FFAFE3F200b66344
Octal13737237677200266143104
Binary1011111111110101111111011111110001011011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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