Html Css Color HEX #63CACA Downy

📋 copy color: '#63CACA'

red 99 ◦ green 202 ◦ blue 202

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

Shades of Downy #63CACA

Tints of Downy #63CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 19.68%
G = 40.16%
B = 40.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#63CACA (or 0x63CACA) is known color: Downy. HEX triplet: 63, CA and CA. RGB value is (99,202,202). Sum of RGB (Red+Green+Blue) = 99+202+202=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #63CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CACA is #9C3535. Grayscale: #ABABAB. Windows color (decimal): -10237238 or 13290083. OLE color: 13290083.

HSL color Cylindrical-coordinate representation of color #63CACA: hue angle of 180º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CACA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 202 202 -
CMYK 0.51 0 0 0.21
HSL 180º 0.49% 0.59% -
HSV(B) 180º 0.51% 0.79% -
XYZ 36.93 49.16 63.42 -
YUV 171.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 99 202 202 0.51 0 0 0.21 180 0.49 0.59
Hex 63 CA CA 33 0 0 15 B4 31 3B
Octal 143 312 312 63 0 0 25 264 61 73
Binary 1100011 11001010 11001010 110011 0 0 10101 10110100 110001 111011

Color Harmonies of #63CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CACA

Black with #63CACA

Text Example


Text Example

White with #63CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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