#63FAE8

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

Shades of Baby Blue #63FAE8

Tints of Baby Blue #63FAE8

Color information

#63FAE8 (or 0x63FAE8) is unknown color: approx Baby Blue. HEX triplet: 63, FA and E8. RGB value is (99,250,232). Sum of RGB (Red+Green+Blue) = 99+250+232=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAE8 is #9C0517. Grayscale: #CACACA. Windows color (decimal): -10224920 or 15268451. OLE color: 15268451.

HSL color Cylindrical-coordinate representation of color #63FAE8: hue angle of 172.85º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAE8 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB99250232-
CMYK0.6000.070.02
HSL172.85º93.79%68.43%-
HSV(B)172.85º60.4%98.04%-
XYZ53.976.8588.34-
YUV202.8144.4753.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.04%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=17.04%
G=43.03%
B=39.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992502320.6000.070.02172.8593.7968.43
Hex63FAE83C072ad5e44
Octal14337235074072255136104
Binary110001111111010111010001111000111101010110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,250,232); }

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

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

 a { background-color: rgb(99,250,232); }

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

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

 span { border-color: rgb(99,250,232); }

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