Html Css Color HEX #A1DDD9 Sinbad

📋 copy color: '#A1DDD9'

red 161 ◦ green 221 ◦ blue 217

#A1DDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #A1DDD9

Tints of Sinbad #A1DDD9

RGB

 RED value IS 161 (63.28% from 255) = 26.88%

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 26.88%
G = 36.89%
B = 36.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A1DDD9 (or 0xA1DDD9) is known color: Sinbad. HEX triplet: A1, DD and D9. RGB value is (161,221,217). Sum of RGB (Red+Green+Blue) = 161+221+217=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDD9 is #5E2226. Grayscale: #CACACA. Windows color (decimal): -6169127 or 14278049. OLE color: 14278049.

HSL color Cylindrical-coordinate representation of color #A1DDD9: hue angle of 176º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDD9 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 217 -
CMYK 0.27 0 0.02 0.13
HSL 176º 0.47% 0.75% -
HSV(B) 176º 0.27% 0.87% -
XYZ 53.08 64.3 75.26 -
YUV 202.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 161 221 217 0.27 0 0.02 0.13 176 0.47 0.75
Hex A1 DD D9 1B 0 2 D B0 2F 4B
Octal 241 335 331 33 0 2 15 260 57 113
Binary 10100001 11011101 11011001 11011 0 10 1101 10110000 101111 1001011

Color Harmonies of #A1DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDD9

Black with #A1DDD9

Text Example


Text Example

White with #A1DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDD9; }

 p { color: rgb(161,221,217); }

 H1.HeaderClassName
 {
   color: #A1DDD9;
 }
 .AnyTagClassName
 {
   color: #A1DDD9;
 }
</style>

background-color css

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

 a { background-color: rgb(161,221,217); }

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

border-color css

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

 span { border-color: rgb(161,221,217); }

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