#A3D4CC

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

Shades of Sinbad #A3D4CC

Tints of Sinbad #A3D4CC

Color information

#A3D4CC (or 0xA3D4CC) is unknown color: approx Sinbad. HEX triplet: A3, D4 and CC. RGB value is (163,212,204). Sum of RGB (Red+Green+Blue) = 163+212+204=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D4CC is #5C2B33. Grayscale: #C4C4C4. Windows color (decimal): -6040372 or 13423779. OLE color: 13423779.

HSL color Cylindrical-coordinate representation of color #A3D4CC: hue angle of 170.2º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D4CC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB163212204-
CMYK0.2300.040.17
HSL170.2º36.3%73.53%-
HSV(B)170.2º23.11%83.14%-
XYZ49.5559.2365.95-
YUV196.44132.27104.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.15%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=28.15%
G=36.61%
B=35.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632122040.2300.040.17170.236.373.53
HexA3D4CC170411aa244a
Octal24332431427042125244112
Binary10100011110101001100110010111010010001101010101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D4CC; }

 p { color: rgb(163,212,204); }

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

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

 a { background-color: rgb(163,212,204); }

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

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

 span { border-color: rgb(163,212,204); }

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