#A5CCCA

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

Shades of Sinbad #A5CCCA

Tints of Sinbad #A5CCCA

Color information

#A5CCCA (or 0xA5CCCA) is unknown color: approx Sinbad. HEX triplet: A5, CC and CA. RGB value is (165,204,202). Sum of RGB (Red+Green+Blue) = 165+204+202=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCA is #5A3335. Grayscale: #C0C0C0. Windows color (decimal): -5911350 or 13290661. OLE color: 13290661.

HSL color Cylindrical-coordinate representation of color #A5CCCA: hue angle of 176.92º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCCA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB165204202-
CMYK0.1900.010.2
HSL176.92º27.66%72.35%-
HSV(B)176.92º19.12%80%-
XYZ47.7755.4564.06-
YUV192.11133.58108.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=28.90%
G=35.73%
B=35.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652042020.1900.010.2176.9227.6672.35
HexA5CCCA130114b11c48
Octal24531431223012426134110
Binary10100101110011001100101010011011010010110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCCA; }

 p { color: rgb(165,204,202); }

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

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

 a { background-color: rgb(165,204,202); }

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

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

 span { border-color: rgb(165,204,202); }

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