#63CBC3

Color #63CBC3 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #63CBC3

Tints of Downy #63CBC3

Color information

#63CBC3 (or 0x63CBC3) is unknown color: approx Downy. HEX triplet: 63, CB and C3. RGB value is (99,203,195). Sum of RGB (Red+Green+Blue) = 99+203+195=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBC3 is #9C343C. Grayscale: #AAAAAA. Windows color (decimal): -10236989 or 12831587. OLE color: 12831587.

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

Color convert

RGB99203195-
CMYK0.5100.040.20
HSL175.38º50%59.22%-
HSV(B)175.38º51.23%79.61%-
XYZ36.3549.359.23-
YUV170.99141.5476.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.92%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=19.92%
G=40.85%
B=39.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992031950.5100.040.20175.385059.22
Hex63CBC3330414af323b
Octal1433133036304242576273
Binary1100011110010111100001111001101001010010101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,203,195); }

 H1.HeaderClassName
 {
   color: #63CBC3;
 }
 .AnyTagClassName
 {
   color: #63CBC3;
 }
</style>
background-color css

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

 a { background-color: rgb(99,203,195); }

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

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

 span { border-color: rgb(99,203,195); }

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