Html Css Color HEX #63DECB Downy

📋 copy color: '#63DECB'

red 99 ◦ green 222 ◦ blue 203

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

Shades of Downy #63DECB

Tints of Downy #63DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 18.89%
G = 42.37%
B = 38.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#63DECB (or 0x63DECB) is known color: Downy. HEX triplet: 63, DE and CB. RGB value is (99,222,203). Sum of RGB (Red+Green+Blue) = 99+222+203=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #63DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DECB is #9C2134. Grayscale: #B7B7B7. Windows color (decimal): -10232117 or 13360739. OLE color: 13360739.

HSL color Cylindrical-coordinate representation of color #63DECB: hue angle of 170.73º 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 #63DECB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 222 203 -
CMYK 0.55 0 0.09 0.13
HSL 170.73º 0.65% 0.63% -
HSV(B) 170.73º 0.55% 0.87% -
XYZ 42.05 59.21 65.71 -
YUV 183.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 99 222 203 0.55 0 0.09 0.13 170.73 0.65 0.63
Hex 63 DE CB 37 0 9 D AB 41 3F
Octal 143 336 313 67 0 11 15 253 101 77
Binary 1100011 11011110 11001011 110111 0 1001 1101 10101011 1000001 111111

Color Harmonies of #63DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DECB

Black with #63DECB

Text Example


Text Example

White with #63DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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