#60EFFC

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

Shades of Baby Blue #60EFFC

Tints of Baby Blue #60EFFC

Color information

#60EFFC (or 0x60EFFC) is unknown color: approx Baby Blue. HEX triplet: 60, EF and FC. RGB value is (96,239,252). Sum of RGB (Red+Green+Blue) = 96+239+252=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #60EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFFC is #9F1003. Grayscale: #C5C5C5. Windows color (decimal): -10424324 or 16576352. OLE color: 16576352.

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

Color convert

RGB96239252-
CMYK0.620.0500.01
HSL185º96.3%68.24%-
HSV(B)185º61.9%98.82%-
XYZ53.2671.25103.04-
YUV197.72158.6255.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.35%
GREEN value IS 239 (93.75% from 255) = 40.72%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=16.35%
G=40.72%
B=42.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962392520.620.0500.0118596.368.24
Hex60EFFC3E501b96044
Octal14035737476501271140104
Binary11000001110111111111100111110101011011100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,239,252); }

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

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

 a { background-color: rgb(96,239,252); }

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

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

 span { border-color: rgb(96,239,252); }

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