#5FFAFF

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

Shades of Baby Blue #5FFAFF

Tints of Baby Blue #5FFAFF

Color information

#5FFAFF (or 0x5FFAFF) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and FF. RGB value is (95,250,255). Sum of RGB (Red+Green+Blue) = 95+250+255=600 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAFF is #A00500. Grayscale: #CCCCCC. Windows color (decimal): -10487041 or 16775775. OLE color: 16775775.

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

Color convert

RGB95250255-
CMYK0.630.0200
HSL181.88º100%68.63%-
HSV(B)181.88º62.75%100%-
XYZ56.9578.02106.67-
YUV204.22156.6550.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 15.83%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 255 (100% from 255) = 42.5%
R=15.83%
G=41.67%
B=42.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952502550.630.0200181.8810068.63
Hex5FFAFF3F200b66445
Octal13737237777200266144105
Binary1011111111110101111111111111110001011011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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