Html Css Color HEX #63CEBA Downy

📋 copy color: '#63CEBA'

red 99 ◦ green 206 ◦ blue 186

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

Shades of Downy #63CEBA

Tints of Downy #63CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 20.16%
G = 41.96%
B = 37.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#63CEBA (or 0x63CEBA) is known color: Downy. HEX triplet: 63, CE and BA. RGB value is (99,206,186). Sum of RGB (Red+Green+Blue) = 99+206+186=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEBA is #9C3145. Grayscale: #ABABAB. Windows color (decimal): -10236230 or 12242531. OLE color: 12242531.

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

Color convert

RGB 99 206 186 -
CMYK 0.52 0 0.10 0.19
HSL 168.79º 0.52% 0.6% -
HSV(B) 168.79º 0.52% 0.81% -
XYZ 36.08 50.34 54.27 -
YUV 171.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 99 206 186 0.52 0 0.10 0.19 168.79 0.52 0.6
Hex 63 CE BA 34 0 A 13 A9 34 3C
Octal 143 316 272 64 0 12 23 251 64 74
Binary 1100011 11001110 10111010 110100 0 1010 10011 10101001 110100 111100

Color Harmonies of #63CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEBA

Black with #63CEBA

Text Example


Text Example

White with #63CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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