#63d3cf

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

Shades of Downy #63D3CF

Tints of Downy #63D3CF

Color information

#63D3CF (or 0x63D3CF) is unknown color: approx Downy. HEX triplet: 63, D3 and CF. RGB value is (99,211,207). Sum of RGB (Red+Green+Blue) = 99+211+207=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #63D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D3CF is #9C2C30. Grayscale: #B0B0B0. Windows color (decimal): -10234929 or 13620067. OLE color: 13620067.

HSL color Cylindrical-coordinate representation of color #63D3CF: hue angle of 177.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D3CF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB99211207-
CMYK0.5300.020.17
HSL177.86º56%60.78%-
HSV(B)177.86º53.08%82.75%-
XYZ39.753.7567.31-
YUV177.06144.8972.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 211 (82.81% from 255) = 40.81%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=19.15%
G=40.81%
B=40.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal992112070.5300.020.17177.865660.78
Hex63D3CF350211b2383d
Octal1433233176502212627075
Binary110001111010011110011111101010101000110110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63d3cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,211,207); }

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

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

 a { background-color: rgb(99,211,207); }

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

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

 span { border-color: rgb(99,211,207); }

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