#60ECFA

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

Shades of Baby Blue #60ECFA

Tints of Baby Blue #60ECFA

Color information

#60ECFA (or 0x60ECFA) is unknown color: approx Baby Blue. HEX triplet: 60, EC and FA. RGB value is (96,236,250). Sum of RGB (Red+Green+Blue) = 96+236+250=582 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.49% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #60ECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECFA is #9F1305. Grayscale: #C3C3C3. Windows color (decimal): -10425094 or 16444512. OLE color: 16444512.

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

Color convert

RGB96236250-
CMYK0.620.0600.02
HSL185.45º93.9%67.84%-
HSV(B)185.45º61.6%98.04%-
XYZ52.0769.38101.09-
YUV195.74158.6256.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.49%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=16.49%
G=40.55%
B=42.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962362500.620.0600.02185.4593.967.84
Hex60ECFA3E602b95e44
Octal14035437276602271136104
Binary110000011101100111110101111101100101011100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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