Html Css Color HEX #63CDBF Downy

📋 copy color: '#63CDBF'

red 99 ◦ green 205 ◦ blue 191

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

Shades of Downy #63CDBF

Tints of Downy #63CDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 20%
G = 41.41%
B = 38.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#63CDBF (or 0x63CDBF) is known color: Downy. HEX triplet: 63, CD and BF. RGB value is (99,205,191). Sum of RGB (Red+Green+Blue) = 99+205+191=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDBF is #9C3240. Grayscale: #ABABAB. Windows color (decimal): -10236481 or 12569955. OLE color: 12569955.

HSL color Cylindrical-coordinate representation of color #63CDBF: hue angle of 172.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDBF is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 205 191 -
CMYK 0.52 0 0.07 0.20
HSL 172.08º 0.51% 0.6% -
HSV(B) 172.08º 0.52% 0.8% -
XYZ 36.38 50.08 57.04 -
YUV 171.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 99 205 191 0.52 0 0.07 0.20 172.08 0.51 0.6
Hex 63 CD BF 34 0 7 14 AC 33 3C
Octal 143 315 277 64 0 7 24 254 63 74
Binary 1100011 11001101 10111111 110100 0 111 10100 10101100 110011 111100

Color Harmonies of #63CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDBF

Black with #63CDBF

Text Example


Text Example

White with #63CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,205,191); }

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

background-color css

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

 a { background-color: rgb(99,205,191); }

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

border-color css

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

 span { border-color: rgb(99,205,191); }

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