Html Css Color HEX #A1DDDB Sinbad

📋 copy color: '#A1DDDB'

red 161 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #A1DDDB

Tints of Sinbad #A1DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 26.79%
G = 36.77%
B = 36.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A1DDDB (or 0xA1DDDB) is known color: Sinbad. HEX triplet: A1, DD and DB. RGB value is (161,221,219). Sum of RGB (Red+Green+Blue) = 161+221+219=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDB is #5E2224. Grayscale: #CACACA. Windows color (decimal): -6169125 or 14409121. OLE color: 14409121.

HSL color Cylindrical-coordinate representation of color #A1DDDB: hue angle of 178º 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 #A1DDDB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 219 -
CMYK 0.27 0 0.01 0.13
HSL 178º 0.47% 0.75% -
HSV(B) 178º 0.27% 0.87% -
XYZ 53.34 64.4 76.64 -
YUV 202.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 161 221 219 0.27 0 0.01 0.13 178 0.47 0.75
Hex A1 DD DB 1B 0 1 D B2 2F 4B
Octal 241 335 333 33 0 1 15 262 57 113
Binary 10100001 11011101 11011011 11011 0 1 1101 10110010 101111 1001011

Color Harmonies of #A1DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDDB

Black with #A1DDDB

Text Example


Text Example

White with #A1DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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