Html Css Color HEX #63CFBC Downy

📋 copy color: '#63CFBC'

red 99 ◦ green 207 ◦ blue 188

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

Shades of Downy #63CFBC

Tints of Downy #63CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 20.04%
G = 41.9%
B = 38.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#63CFBC (or 0x63CFBC) is known color: Downy. HEX triplet: 63, CF and BC. RGB value is (99,207,188). Sum of RGB (Red+Green+Blue) = 99+207+188=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFBC is #9C3043. Grayscale: #ACACAC. Windows color (decimal): -10235972 or 12373859. OLE color: 12373859.

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

Color convert

RGB 99 207 188 -
CMYK 0.52 0 0.09 0.19
HSL 169.44º 0.53% 0.6% -
HSV(B) 169.44º 0.52% 0.81% -
XYZ 36.54 50.91 55.48 -
YUV 172.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 99 207 188 0.52 0 0.09 0.19 169.44 0.53 0.6
Hex 63 CF BC 34 0 9 13 A9 35 3C
Octal 143 317 274 64 0 11 23 251 65 74
Binary 1100011 11001111 10111100 110100 0 1001 10011 10101001 110101 111100

Color Harmonies of #63CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFBC

Black with #63CFBC

Text Example


Text Example

White with #63CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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