Html Css Color HEX #63C5C8 Downy

📋 copy color: '#63C5C8'

red 99 ◦ green 197 ◦ blue 200

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

Shades of Downy #63C5C8

Tints of Downy #63C5C8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 19.96%
G = 39.72%
B = 40.32%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#63C5C8 (or 0x63C5C8) is known color: Downy. HEX triplet: 63, C5 and C8. RGB value is (99,197,200). Sum of RGB (Red+Green+Blue) = 99+197+200=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #63C5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C5C8 is #9C3A37. Grayscale: #A7A7A7. Windows color (decimal): -10238520 or 13157731. OLE color: 13157731.

HSL color Cylindrical-coordinate representation of color #63C5C8: hue angle of 181.78º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C5C8 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 197 200 -
CMYK 0.50 0.02 0 0.22
HSL 181.78º 0.48% 0.59% -
HSV(B) 181.78º 0.51% 0.78% -
XYZ 35.54 46.76 61.8 -
YUV 168.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 99 197 200 0.50 0.02 0 0.22 181.78 0.48 0.59
Hex 63 C5 C8 32 2 0 16 B6 30 3B
Octal 143 305 310 62 2 0 26 266 60 73
Binary 1100011 11000101 11001000 110010 10 0 10110 10110110 110000 111011

Color Harmonies of #63C5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C5C8

Black with #63C5C8

Text Example


Text Example

White with #63C5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,197,200); }

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

background-color css

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

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

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

border-color css

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

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

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