#63FFEC

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

Shades of Baby Blue #63FFEC

Tints of Baby Blue #63FFEC

Color information

#63FFEC (or 0x63FFEC) is unknown color: approx Baby Blue. HEX triplet: 63, FF and EC. RGB value is (99,255,236). Sum of RGB (Red+Green+Blue) = 99+255+236=590 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.78% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFEC is #9C0013. Grayscale: #CECECE. Windows color (decimal): -10223636 or 15531875. OLE color: 15531875.

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

Color convert

RGB99255236-
CMYK0.6100.070
HSL172.69º100%69.41%-
HSV(B)172.69º61.18%100%-
XYZ56.0580.2391.89-
YUV206.19144.8251.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.78%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 236 (92.58% from 255) = 40%
R=16.78%
G=43.22%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992552360.6100.070172.6910069.41
Hex63FFEC3D070ad6445
Octal14337735475070255144105
Binary11000111111111111101100111101011101010110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,255,236); }

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

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

 a { background-color: rgb(99,255,236); }

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

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

 span { border-color: rgb(99,255,236); }

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