#60FAF1

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

Shades of Baby Blue #60FAF1

Tints of Baby Blue #60FAF1

Color information

#60FAF1 (or 0x60FAF1) is unknown color: approx Baby Blue. HEX triplet: 60, FA and F1. RGB value is (96,250,241). Sum of RGB (Red+Green+Blue) = 96+250+241=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FAF1 is #9F050E. Grayscale: #CACACA. Windows color (decimal): -10421519 or 15858272. OLE color: 15858272.

HSL color Cylindrical-coordinate representation of color #60FAF1: hue angle of 176.49º 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 #60FAF1 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB96250241-
CMYK0.6200.040.02
HSL176.49º93.9%67.84%-
HSV(B)176.49º61.6%98.04%-
XYZ54.8977.2195.23-
YUV202.93149.4851.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.35%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=16.35%
G=42.59%
B=41.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962502410.6200.040.02176.4993.967.84
Hex60FAF13E042b05e44
Octal14037236176042260136104
Binary110000011111010111100011111100100101011000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FAF1; }

 p { color: rgb(96,250,241); }

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

<style>
 a { background-color: #60FAF1; }

 a { background-color: rgb(96,250,241); }

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

<style>
 span { border-color: #60FAF1; }

 span { border-color: rgb(96,250,241); }

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