#60F6FD

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

Shades of Baby Blue #60F6FD

Tints of Baby Blue #60F6FD

Color information

#60F6FD (or 0x60F6FD) is unknown color: approx Baby Blue. HEX triplet: 60, F6 and FD. RGB value is (96,246,253). Sum of RGB (Red+Green+Blue) = 96+246+253=595 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.13% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #60F6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F6FD is #9F0902. Grayscale: #C9C9C9. Windows color (decimal): -10422531 or 16643680. OLE color: 16643680.

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

Color convert

RGB96246253-
CMYK0.620.0300.01
HSL182.68º97.52%68.43%-
HSV(B)182.68º62.06%99.22%-
XYZ55.5175.49104.57-
YUV201.95156.852.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.13%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=16.13%
G=41.34%
B=42.52%

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
Decimal962462530.620.0300.01182.6897.5268.43
Hex60F6FD3E301b76244
Octal14036637576301267142104
Binary1100000111101101111110111111011011011011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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