#A3D6CC

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

Shades of Sinbad #A3D6CC

Tints of Sinbad #A3D6CC

Color information

#A3D6CC (or 0xA3D6CC) is unknown color: approx Sinbad. HEX triplet: A3, D6 and CC. RGB value is (163,214,204). Sum of RGB (Red+Green+Blue) = 163+214+204=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6CC is #5C2933. Grayscale: #C5C5C5. Windows color (decimal): -6039860 or 13424291. OLE color: 13424291.

HSL color Cylindrical-coordinate representation of color #A3D6CC: hue angle of 168.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6CC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB163214204-
CMYK0.2400.050.16
HSL168.24º38.35%73.92%-
HSV(B)168.24º23.83%83.92%-
XYZ50.0560.2466.12-
YUV197.61131.6103.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.06%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=28.06%
G=36.83%
B=35.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632142040.2400.050.16168.2438.3573.92
HexA3D6CC180510a8264a
Octal24332631430052025046112
Binary10100011110101101100110011000010110000101010001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D6CC; }

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

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

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

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

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

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

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

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