#A5D6CC

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

Shades of Sinbad #A5D6CC

Tints of Sinbad #A5D6CC

Color information

#A5D6CC (or 0xA5D6CC) is unknown color: approx Sinbad. HEX triplet: A5, D6 and CC. RGB value is (165,214,204). Sum of RGB (Red+Green+Blue) = 165+214+204=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6CC is #5A2933. Grayscale: #C6C6C6. Windows color (decimal): -5908788 or 13424293. OLE color: 13424293.

HSL color Cylindrical-coordinate representation of color #A5D6CC: hue angle of 167.76º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6CC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB165214204-
CMYK0.2300.050.16
HSL167.76º37.4%74.31%-
HSV(B)167.76º22.9%83.92%-
XYZ50.4660.4566.14-
YUV198.21131.27104.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=28.30%
G=36.71%
B=34.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652142040.2300.050.16167.7637.474.31
HexA5D6CC170510a8254a
Octal24532631427052025045112
Binary10100101110101101100110010111010110000101010001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6CC; }

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

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

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

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

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

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

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

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