Html Css Color HEX #63CFCE Downy

📋 copy color: '#63CFCE'

red 99 ◦ green 207 ◦ blue 206

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

Shades of Downy #63CFCE

Tints of Downy #63CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 19.34%
G = 40.43%
B = 40.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#63CFCE (or 0x63CFCE) is known color: Downy. HEX triplet: 63, CF and CE. RGB value is (99,207,206). Sum of RGB (Red+Green+Blue) = 99+207+206=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCE is #9C3031. Grayscale: #AEAEAE. Windows color (decimal): -10235954 or 13553507. OLE color: 13553507.

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

Color convert

RGB 99 207 206 -
CMYK 0.52 0 0.00 0.19
HSL 179.44º 0.53% 0.6% -
HSV(B) 179.44º 0.52% 0.81% -
XYZ 38.6 51.73 66.34 -
YUV 174.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 99 207 206 0.52 0 0.00 0.19 179.44 0.53 0.6
Hex 63 CF CE 34 0 0 13 B3 35 3C
Octal 143 317 316 64 0 0 23 263 65 74
Binary 1100011 11001111 11001110 110100 0 0 10011 10110011 110101 111100

Color Harmonies of #63CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFCE

Black with #63CFCE

Text Example


Text Example

White with #63CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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