#A5CCCB

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

Shades of Sinbad #A5CCCB

Tints of Sinbad #A5CCCB

Color information

#A5CCCB (or 0xA5CCCB) is unknown color: approx Sinbad. HEX triplet: A5, CC and CB. RGB value is (165,204,203). Sum of RGB (Red+Green+Blue) = 165+204+203=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCB is #5A3334. Grayscale: #C0C0C0. Windows color (decimal): -5911349 or 13356197. OLE color: 13356197.

HSL color Cylindrical-coordinate representation of color #A5CCCB: hue angle of 178.46º 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 #A5CCCB is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB165204203-
CMYK0.1900.000.2
HSL178.46º27.66%72.35%-
HSV(B)178.46º19.12%80%-
XYZ47.8955.564.69-
YUV192.22134.08108.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=28.85%
G=35.66%
B=35.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652042030.1900.000.2178.4627.6672.35
HexA5CCCB130014b21c48
Octal24531431323002426234110
Binary10100101110011001100101110011001010010110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCCB; }

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

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

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

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

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

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

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

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