Html Css Color HEX #63CFC2 Downy

📋 copy color: '#63CFC2'

red 99 ◦ green 207 ◦ blue 194

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

Shades of Downy #63CFC2

Tints of Downy #63CFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 19.8%
G = 41.4%
B = 38.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#63CFC2 (or 0x63CFC2) is known color: Downy. HEX triplet: 63, CF and C2. RGB value is (99,207,194). Sum of RGB (Red+Green+Blue) = 99+207+194=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFC2 is #9C303D. Grayscale: #ADADAD. Windows color (decimal): -10235966 or 12767075. OLE color: 12767075.

HSL color Cylindrical-coordinate representation of color #63CFC2: hue angle of 172.78º 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 #63CFC2 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 207 194 -
CMYK 0.52 0 0.06 0.19
HSL 172.78º 0.53% 0.6% -
HSV(B) 172.78º 0.52% 0.81% -
XYZ 37.2 51.17 58.96 -
YUV 173.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 99 207 194 0.52 0 0.06 0.19 172.78 0.53 0.6
Hex 63 CF C2 34 0 6 13 AD 35 3C
Octal 143 317 302 64 0 6 23 255 65 74
Binary 1100011 11001111 11000010 110100 0 110 10011 10101101 110101 111100

Color Harmonies of #63CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFC2

Black with #63CFC2

Text Example


Text Example

White with #63CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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