#A8CEC7

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

Shades of Sinbad #A8CEC7

Tints of Sinbad #A8CEC7

Color information

#A8CEC7 (or 0xA8CEC7) is unknown color: approx Sinbad. HEX triplet: A8, CE and C7. RGB value is (168,206,199). Sum of RGB (Red+Green+Blue) = 168+206+199=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC7 is #573138. Grayscale: #C1C1C1. Windows color (decimal): -5714233 or 13094568. OLE color: 13094568.

HSL color Cylindrical-coordinate representation of color #A8CEC7: hue angle of 168.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEC7 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB168206199-
CMYK0.1800.030.19
HSL168.95º27.94%73.33%-
HSV(B)168.95º18.45%80.78%-
XYZ48.5356.5962.4-
YUV193.84130.91109.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=29.32%
G=35.95%
B=34.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061990.1800.030.19168.9527.9473.33
HexA8CEC7120313a91c49
Octal25031630722032325134111
Binary101010001100111011000111100100111001110101001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEC7; }

 p { color: rgb(168,206,199); }

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

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

 a { background-color: rgb(168,206,199); }

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

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

 span { border-color: rgb(168,206,199); }

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