Html Css Color HEX #63DECC Downy

📋 copy color: '#63DECC'

red 99 ◦ green 222 ◦ blue 204

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

Shades of Downy #63DECC

Tints of Downy #63DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 18.86%
G = 42.29%
B = 38.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#63DECC (or 0x63DECC) is known color: Downy. HEX triplet: 63, DE and CC. RGB value is (99,222,204). Sum of RGB (Red+Green+Blue) = 99+222+204=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #63DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DECC is #9C2133. Grayscale: #B7B7B7. Windows color (decimal): -10232116 or 13426275. OLE color: 13426275.

HSL color Cylindrical-coordinate representation of color #63DECC: hue angle of 171.22º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DECC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 222 204 -
CMYK 0.55 0 0.08 0.13
HSL 171.22º 0.65% 0.63% -
HSV(B) 171.22º 0.55% 0.87% -
XYZ 42.17 59.25 66.34 -
YUV 183.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 99 222 204 0.55 0 0.08 0.13 171.22 0.65 0.63
Hex 63 DE CC 37 0 8 D AB 41 3F
Octal 143 336 314 67 0 10 15 253 101 77
Binary 1100011 11011110 11001100 110111 0 1000 1101 10101011 1000001 111111

Color Harmonies of #63DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DECC

Black with #63DECC

Text Example


Text Example

White with #63DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,222,204); }

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

background-color css

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

 a { background-color: rgb(99,222,204); }

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

border-color css

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

 span { border-color: rgb(99,222,204); }

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