Html Css Color HEX #63CDCE Downy

📋 copy color: '#63CDCE'

red 99 ◦ green 205 ◦ blue 206

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

Shades of Downy #63CDCE

Tints of Downy #63CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 19.41%
G = 40.2%
B = 40.39%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63CDCE (or 0x63CDCE) is known color: Downy. HEX triplet: 63, CD and CE. RGB value is (99,205,206). Sum of RGB (Red+Green+Blue) = 99+205+206=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #63CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDCE is #9C3231. Grayscale: #ADADAD. Windows color (decimal): -10236466 or 13552995. OLE color: 13552995.

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

Color convert

RGB 99 205 206 -
CMYK 0.52 0.00 0 0.19
HSL 180.56º 0.52% 0.6% -
HSV(B) 180.56º 0.52% 0.81% -
XYZ 38.12 50.77 66.18 -
YUV 173.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 99 205 206 0.52 0.00 0 0.19 180.56 0.52 0.6
Hex 63 CD CE 34 0 0 13 B5 34 3C
Octal 143 315 316 64 0 0 23 265 64 74
Binary 1100011 11001101 11001110 110100 0 0 10011 10110101 110100 111100

Color Harmonies of #63CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDCE

Black with #63CDCE

Text Example


Text Example

White with #63CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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