#A8D4CC

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

Shades of Sinbad #A8D4CC

Tints of Sinbad #A8D4CC

Color information

#A8D4CC (or 0xA8D4CC) is unknown color: approx Sinbad. HEX triplet: A8, D4 and CC. RGB value is (168,212,204). Sum of RGB (Red+Green+Blue) = 168+212+204=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CC is #572B33. Grayscale: #C5C5C5. Windows color (decimal): -5712692 or 13423784. OLE color: 13423784.

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

Color convert

RGB168212204-
CMYK0.2100.040.17
HSL169.09º33.85%74.51%-
HSV(B)169.09º20.75%83.14%-
XYZ50.5959.7766-
YUV197.93131.42106.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=28.77%
G=36.30%
B=34.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682122040.2100.040.17169.0933.8574.51
HexA8D4CC150411a9224b
Octal25032431425042125142113
Binary10101000110101001100110010101010010001101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4CC; }

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

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

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

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

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

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

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

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