Html Css Color HEX #63CEBF Downy

📋 copy color: '#63CEBF'

red 99 ◦ green 206 ◦ blue 191

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

Shades of Downy #63CEBF

Tints of Downy #63CEBF

RGB

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

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

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

R = 19.96%
G = 41.53%
B = 38.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#63CEBF (or 0x63CEBF) is known color: Downy. HEX triplet: 63, CE and BF. RGB value is (99,206,191). Sum of RGB (Red+Green+Blue) = 99+206+191=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEBF is #9C3140. Grayscale: #ACACAC. Windows color (decimal): -10236225 or 12570211. OLE color: 12570211.

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

Color convert

RGB 99 206 191 -
CMYK 0.52 0 0.07 0.19
HSL 171.59º 0.52% 0.6% -
HSV(B) 171.59º 0.52% 0.81% -
XYZ 36.62 50.56 57.12 -
YUV 172.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 99 206 191 0.52 0 0.07 0.19 171.59 0.52 0.6
Hex 63 CE BF 34 0 7 13 AC 34 3C
Octal 143 316 277 64 0 7 23 254 64 74
Binary 1100011 11001110 10111111 110100 0 111 10011 10101100 110100 111100

Color Harmonies of #63CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEBF

Black with #63CEBF

Text Example


Text Example

White with #63CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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