Html Css Color HEX #63D6CF Downy

📋 copy color: '#63D6CF'

red 99 ◦ green 214 ◦ blue 207

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

Shades of Downy #63D6CF

Tints of Downy #63D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 19.04%
G = 41.15%
B = 39.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#63D6CF (or 0x63D6CF) is known color: Downy. HEX triplet: 63, D6 and CF. RGB value is (99,214,207). Sum of RGB (Red+Green+Blue) = 99+214+207=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6CF is #9C2930. Grayscale: #B2B2B2. Windows color (decimal): -10234161 or 13620835. OLE color: 13620835.

HSL color Cylindrical-coordinate representation of color #63D6CF: hue angle of 176.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6CF is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 214 207 -
CMYK 0.54 0 0.03 0.16
HSL 176.35º 0.58% 0.61% -
HSV(B) 176.35º 0.54% 0.84% -
XYZ 40.45 55.25 67.56 -
YUV 178.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 99 214 207 0.54 0 0.03 0.16 176.35 0.58 0.61
Hex 63 D6 CF 36 0 3 10 B0 3A 3D
Octal 143 326 317 66 0 3 20 260 72 75
Binary 1100011 11010110 11001111 110110 0 11 10000 10110000 111010 111101

Color Harmonies of #63D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D6CF

Black with #63D6CF

Text Example


Text Example

White with #63D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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