#A5D3CF

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

Shades of Sinbad #A5D3CF

Tints of Sinbad #A5D3CF

Color information

#A5D3CF (or 0xA5D3CF) is unknown color: approx Sinbad. HEX triplet: A5, D3 and CF. RGB value is (165,211,207). Sum of RGB (Red+Green+Blue) = 165+211+207=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3CF is #5A2C30. Grayscale: #C4C4C4. Windows color (decimal): -5909553 or 13620133. OLE color: 13620133.

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

Color convert

RGB165211207-
CMYK0.2200.020.17
HSL174.78º34.33%73.73%-
HSV(B)174.78º21.8%82.75%-
XYZ50.0759.0967.8-
YUV196.79133.76105.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=28.30%
G=36.19%
B=35.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652112070.2200.020.17174.7834.3373.73
HexA5D3CF160211af224a
Octal24532331726022125742112
Binary1010010111010011110011111011001010001101011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3CF; }

 p { color: rgb(165,211,207); }

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

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

 a { background-color: rgb(165,211,207); }

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

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

 span { border-color: rgb(165,211,207); }

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