#63EEF2

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

Shades of Baby Blue #63EEF2

Tints of Baby Blue #63EEF2

Color information

#63EEF2 (or 0x63EEF2) is unknown color: approx Baby Blue. HEX triplet: 63, EE and F2. RGB value is (99,238,242). Sum of RGB (Red+Green+Blue) = 99+238+242=579 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.10% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #63EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEF2 is #9C110D. Grayscale: #C4C4C4. Windows color (decimal): -10227982 or 15920739. OLE color: 15920739.

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

Color convert

RGB99238242-
CMYK0.590.0200.05
HSL181.68º84.62%66.86%-
HSV(B)181.68º59.09%94.9%-
XYZ51.7570.2194.83-
YUV196.9153.4558.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.10%
GREEN value IS 238 (93.36% from 255) = 41.11%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=17.10%
G=41.11%
B=41.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992382420.590.0200.05181.6884.6266.86
Hex63EEF23B205b65543
Octal14335636273205266125103
Binary110001111101110111100101110111001011011011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63EEF2; }

 p { color: rgb(99,238,242); }

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

<style>
 a { background-color: #63EEF2; }

 a { background-color: rgb(99,238,242); }

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

<style>
 span { border-color: #63EEF2; }

 span { border-color: rgb(99,238,242); }

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