#62F2ED

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

Shades of Baby Blue #62F2ED

Tints of Baby Blue #62F2ED

Color information

#62F2ED (or 0x62F2ED) is unknown color: approx Baby Blue. HEX triplet: 62, F2 and ED. RGB value is (98,242,237). Sum of RGB (Red+Green+Blue) = 98+242+237=577 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.98% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62F2ED is #9D0D12. Grayscale: #C6C6C6. Windows color (decimal): -10292499 or 15594082. OLE color: 15594082.

HSL color Cylindrical-coordinate representation of color #62F2ED: hue angle of 177.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2ED is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB98242237-
CMYK0.6000.020.05
HSL177.92º84.71%66.67%-
HSV(B)177.92º59.5%94.9%-
XYZ52.0872.2291.32-
YUV198.37149.7956.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 16.98%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=16.98%
G=41.94%
B=41.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982422370.6000.020.05177.9284.7166.67
Hex62F2ED3C025b25543
Octal14236235574025262125103
Binary110001011110010111011011111000101011011001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62F2ED; }

 p { color: rgb(98,242,237); }

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

<style>
 a { background-color: #62F2ED; }

 a { background-color: rgb(98,242,237); }

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

<style>
 span { border-color: #62F2ED; }

 span { border-color: rgb(98,242,237); }

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