Html Css Color HEX #63C8BD Downy

📋 copy color: '#63C8BD'

red 99 ◦ green 200 ◦ blue 189

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

Shades of Downy #63C8BD

Tints of Downy #63C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 20.29%
G = 40.98%
B = 38.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#63C8BD (or 0x63C8BD) is known color: Downy. HEX triplet: 63, C8 and BD. RGB value is (99,200,189). Sum of RGB (Red+Green+Blue) = 99+200+189=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #63C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8BD is #9C3742. Grayscale: #A8A8A8. Windows color (decimal): -10237763 or 12437603. OLE color: 12437603.

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

Color convert

RGB 99 200 189 -
CMYK 0.50 0 0.06 0.22
HSL 173.47º 0.48% 0.59% -
HSV(B) 173.47º 0.51% 0.78% -
XYZ 34.99 47.64 55.49 -
YUV 168.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 99 200 189 0.50 0 0.06 0.22 173.47 0.48 0.59
Hex 63 C8 BD 32 0 6 16 AD 30 3B
Octal 143 310 275 62 0 6 26 255 60 73
Binary 1100011 11001000 10111101 110010 0 110 10110 10101101 110000 111011

Color Harmonies of #63C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C8BD

Black with #63C8BD

Text Example


Text Example

White with #63C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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