#63EFF2

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

Shades of Baby Blue #63EFF2

Tints of Baby Blue #63EFF2

Color information

#63EFF2 (or 0x63EFF2) is unknown color: approx Baby Blue. HEX triplet: 63, EF and F2. RGB value is (99,239,242). Sum of RGB (Red+Green+Blue) = 99+239+242=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #63EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFF2 is #9C100D. Grayscale: #C5C5C5. Windows color (decimal): -10227726 or 15920995. OLE color: 15920995.

HSL color Cylindrical-coordinate representation of color #63EFF2: hue angle of 181.26º 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 #63EFF2 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99239242-
CMYK0.590.0100.05
HSL181.26º84.62%66.86%-
HSV(B)181.26º59.09%94.9%-
XYZ52.0470.894.93-
YUV197.48153.1257.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.07%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=17.07%
G=41.21%
B=41.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992392420.590.0100.05181.2684.6266.86
Hex63EFF23B105b55543
Octal14335736273105265125103
Binary11000111110111111110010111011101011011010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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