Html Css Color HEX #63CFCA Downy

📋 copy color: '#63CFCA'

red 99 ◦ green 207 ◦ blue 202

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

Shades of Downy #63CFCA

Tints of Downy #63CFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

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

R = 19.49%
G = 40.75%
B = 39.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#63CFCA (or 0x63CFCA) is known color: Downy. HEX triplet: 63, CF and CA. RGB value is (99,207,202). Sum of RGB (Red+Green+Blue) = 99+207+202=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCA is #9C3035. Grayscale: #AEAEAE. Windows color (decimal): -10235958 or 13291363. OLE color: 13291363.

HSL color Cylindrical-coordinate representation of color #63CFCA: hue angle of 177.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFCA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 207 202 -
CMYK 0.52 0 0.02 0.19
HSL 177.22º 0.53% 0.6% -
HSV(B) 177.22º 0.52% 0.81% -
XYZ 38.12 51.54 63.82 -
YUV 174.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 99 207 202 0.52 0 0.02 0.19 177.22 0.53 0.6
Hex 63 CF CA 34 0 2 13 B1 35 3C
Octal 143 317 312 64 0 2 23 261 65 74
Binary 1100011 11001111 11001010 110100 0 10 10011 10110001 110101 111100

Color Harmonies of #63CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFCA

Black with #63CFCA

Text Example


Text Example

White with #63CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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