#60EDFF

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

Shades of Baby Blue #60EDFF

Tints of Baby Blue #60EDFF

Color information

#60EDFF (or 0x60EDFF) is unknown color: approx Baby Blue. HEX triplet: 60, ED and FF. RGB value is (96,237,255). Sum of RGB (Red+Green+Blue) = 96+237+255=588 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.33% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #60EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDFF is #9F1200. Grayscale: #C4C4C4. Windows color (decimal): -10424833 or 16772448. OLE color: 16772448.

HSL color Cylindrical-coordinate representation of color #60EDFF: hue angle of 186.79º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60EDFF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96237255-
CMYK0.620.0700
HSL186.79º100%68.82%-
HSV(B)186.79º62.35%100%-
XYZ53.1670.28105.37-
YUV196.89160.7956.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.33%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 255 (100% from 255) = 43.37%
R=16.33%
G=40.31%
B=43.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962372550.620.0700186.7910068.82
Hex60EDFF3E700bb6445
Octal14035537776700273144105
Binary11000001110110111111111111110111001011101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,237,255); }

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

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

 a { background-color: rgb(96,237,255); }

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

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

 span { border-color: rgb(96,237,255); }

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