Html Css Color HEX #63D7CF Downy

📋 copy color: '#63D7CF'

red 99 ◦ green 215 ◦ blue 207

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

Shades of Downy #63D7CF

Tints of Downy #63D7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.27%

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

R = 19%
G = 41.27%
B = 39.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#63D7CF (or 0x63D7CF) is known color: Downy. HEX triplet: 63, D7 and CF. RGB value is (99,215,207). Sum of RGB (Red+Green+Blue) = 99+215+207=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #63D7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7CF is #9C2830. Grayscale: #B3B3B3. Windows color (decimal): -10233905 or 13621091. OLE color: 13621091.

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

Color convert

RGB 99 215 207 -
CMYK 0.54 0 0.04 0.16
HSL 175.86º 0.59% 0.62% -
HSV(B) 175.86º 0.54% 0.84% -
XYZ 40.71 55.76 67.65 -
YUV 179.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 99 215 207 0.54 0 0.04 0.16 175.86 0.59 0.62
Hex 63 D7 CF 36 0 4 10 B0 3B 3E
Octal 143 327 317 66 0 4 20 260 73 76
Binary 1100011 11010111 11001111 110110 0 100 10000 10110000 111011 111110

Color Harmonies of #63D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D7CF

Black with #63D7CF

Text Example


Text Example

White with #63D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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