#A8CDCA

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

Shades of Sinbad #A8CDCA

Tints of Sinbad #A8CDCA

Color information

#A8CDCA (or 0xA8CDCA) is unknown color: approx Sinbad. HEX triplet: A8, CD and CA. RGB value is (168,205,202). Sum of RGB (Red+Green+Blue) = 168+205+202=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDCA is #573235. Grayscale: #C1C1C1. Windows color (decimal): -5714486 or 13290920. OLE color: 13290920.

HSL color Cylindrical-coordinate representation of color #A8CDCA: hue angle of 175.14º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CDCA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB168205202-
CMYK0.1800.010.20
HSL175.14º27.01%73.14%-
HSV(B)175.14º18.05%80.39%-
XYZ48.6456.2564.17-
YUV193.6132.74109.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=29.22%
G=35.65%
B=35.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682052020.1800.010.20175.1427.0173.14
HexA8CDCA120114af1b49
Octal25031531222012425733111
Binary10101000110011011100101010010011010010101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDCA; }

 p { color: rgb(168,205,202); }

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

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

 a { background-color: rgb(168,205,202); }

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

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

 span { border-color: rgb(168,205,202); }

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