Html Css Color HEX #63E0CE Downy

📋 copy color: '#63E0CE'

red 99 ◦ green 224 ◦ blue 206

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

Shades of Downy #63E0CE

Tints of Downy #63E0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 18.71%
G = 42.34%
B = 38.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#63E0CE (or 0x63E0CE) is known color: Downy. HEX triplet: 63, E0 and CE. RGB value is (99,224,206). Sum of RGB (Red+Green+Blue) = 99+224+206=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0CE is #9C1F31. Grayscale: #B8B8B8. Windows color (decimal): -10231602 or 13557859. OLE color: 13557859.

HSL color Cylindrical-coordinate representation of color #63E0CE: hue angle of 171.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0CE is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 224 206 -
CMYK 0.56 0 0.08 0.12
HSL 171.36º 0.67% 0.63% -
HSV(B) 171.36º 0.56% 0.88% -
XYZ 42.94 60.42 67.79 -
YUV 184.57 140.09 66.96 -
System Red Green Blue C M Y K H S L
Decimal 99 224 206 0.56 0 0.08 0.12 171.36 0.67 0.63
Hex 63 E0 CE 38 0 8 C AB 43 3F
Octal 143 340 316 70 0 10 14 253 103 77
Binary 1100011 11100000 11001110 111000 0 1000 1100 10101011 1000011 111111

Color Harmonies of #63E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E0CE

Black with #63E0CE

Text Example


Text Example

White with #63E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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