#60F5FD

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

Shades of Baby Blue #60F5FD

Tints of Baby Blue #60F5FD

Color information

#60F5FD (or 0x60F5FD) is unknown color: approx Baby Blue. HEX triplet: 60, F5 and FD. RGB value is (96,245,253). Sum of RGB (Red+Green+Blue) = 96+245+253=594 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.16% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #60F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F5FD is #9F0A02. Grayscale: #C9C9C9. Windows color (decimal): -10422787 or 16643424. OLE color: 16643424.

HSL color Cylindrical-coordinate representation of color #60F5FD: hue angle of 183.06º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60F5FD is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96245253-
CMYK0.620.0300.01
HSL183.06º97.52%68.43%-
HSV(B)183.06º62.06%99.22%-
XYZ55.2174.88104.47-
YUV201.36157.1452.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.16%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=16.16%
G=41.25%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962452530.620.0300.01183.0697.5268.43
Hex60F5FD3E301b76244
Octal14036537576301267142104
Binary1100000111101011111110111111011011011011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,245,253); }

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

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

 a { background-color: rgb(96,245,253); }

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

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

 span { border-color: rgb(96,245,253); }

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