Html Css Color HEX #63CACB Downy

📋 copy color: '#63CACB'

red 99 ◦ green 202 ◦ blue 203

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

Shades of Downy #63CACB

Tints of Downy #63CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 19.64%
G = 40.08%
B = 40.28%

CMYK

 C value IS 0.51

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63CACB (or 0x63CACB) is known color: Downy. HEX triplet: 63, CA and CB. RGB value is (99,202,203). Sum of RGB (Red+Green+Blue) = 99+202+203=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #63CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CACB is #9C3534. Grayscale: #ABABAB. Windows color (decimal): -10237237 or 13355619. OLE color: 13355619.

HSL color Cylindrical-coordinate representation of color #63CACB: hue angle of 180.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CACB is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 202 203 -
CMYK 0.51 0.00 0 0.20
HSL 180.58º 0.5% 0.59% -
HSV(B) 180.58º 0.51% 0.8% -
XYZ 37.05 49.21 64.05 -
YUV 171.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 99 202 203 0.51 0.00 0 0.20 180.58 0.5 0.59
Hex 63 CA CB 33 0 0 14 B5 32 3B
Octal 143 312 313 63 0 0 24 265 62 73
Binary 1100011 11001010 11001011 110011 0 0 10100 10110101 110010 111011

Color Harmonies of #63CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CACB

Black with #63CACB

Text Example


Text Example

White with #63CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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