#A4D6CC

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

Shades of Sinbad #A4D6CC

Tints of Sinbad #A4D6CC

Color information

#A4D6CC (or 0xA4D6CC) is unknown color: approx Sinbad. HEX triplet: A4, D6 and CC. RGB value is (164,214,204). Sum of RGB (Red+Green+Blue) = 164+214+204=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6CC is #5B2933. Grayscale: #C5C5C5. Windows color (decimal): -5974324 or 13424292. OLE color: 13424292.

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

Color convert

RGB164214204-
CMYK0.2300.050.16
HSL168º37.88%74.12%-
HSV(B)168º23.36%83.92%-
XYZ50.2660.3566.13-
YUV197.91131.44103.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.18%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=28.18%
G=36.77%
B=35.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642142040.2300.050.1616837.8874.12
HexA4D6CC170510a8264a
Octal24432631427052025046112
Binary10100100110101101100110010111010110000101010001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6CC; }

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

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

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

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

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

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

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

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