Html Css Color HEX #63F2EC Baby Blue

📋 copy color: '#63F2EC'

red 99 ◦ green 242 ◦ blue 236

#63F2EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #63F2EC

Tints of Baby Blue #63F2EC

RGB

 RED value IS 99 (39.06% from 255) = 17.16%

 GREEN value IS 242 (94.92% from 255) = 41.94%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 17.16%
G = 41.94%
B = 40.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#63F2EC (or 0x63F2EC) is known color: Baby Blue. HEX triplet: 63, F2 and EC. RGB value is (99,242,236). Sum of RGB (Red+Green+Blue) = 99+242+236=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #63F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2EC is #9C0D13. Grayscale: #C6C6C6. Windows color (decimal): -10226964 or 15528547. OLE color: 15528547.

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

Color convert

RGB 99 242 236 -
CMYK 0.59 0 0.02 0.05
HSL 177.48º 0.85% 0.67% -
HSV(B) 177.48º 0.59% 0.95% -
XYZ 52.04 72.21 90.55 -
YUV 198.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 99 242 236 0.59 0 0.02 0.05 177.48 0.85 0.67
Hex 63 F2 EC 3B 0 2 5 B1 55 43
Octal 143 362 354 73 0 2 5 261 125 103
Binary 1100011 11110010 11101100 111011 0 10 101 10110001 1010101 1000011

Color Harmonies of #63F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F2EC

Black with #63F2EC

Text Example


Text Example

White with #63F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63F2EC;
 }
 .AnyTagClassName
 {
   color: #63F2EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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