#A8CFCA

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

Shades of Sinbad #A8CFCA

Tints of Sinbad #A8CFCA

Color information

#A8CFCA (or 0xA8CFCA) is unknown color: approx Sinbad. HEX triplet: A8, CF and CA. RGB value is (168,207,202). Sum of RGB (Red+Green+Blue) = 168+207+202=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFCA is #573035. Grayscale: #C2C2C2. Windows color (decimal): -5713974 or 13291432. OLE color: 13291432.

HSL color Cylindrical-coordinate representation of color #A8CFCA: hue angle of 172.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFCA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB168207202-
CMYK0.1900.020.19
HSL172.31º28.89%73.53%-
HSV(B)172.31º18.84%81.18%-
XYZ49.1257.2164.33-
YUV194.77132.08108.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.12%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=29.12%
G=35.88%
B=35.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682072020.1900.020.19172.3128.8973.53
HexA8CFCA130213ac1d4a
Octal25031731223022325435112
Binary101010001100111111001010100110101001110101100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFCA; }

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

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

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

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

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

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

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

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