Html Css Color HEX #A9DDDB Sinbad

📋 copy color: '#A9DDDB'

red 169 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #A9DDDB

Tints of Sinbad #A9DDDB

RGB

 RED value IS 169 (66.41% from 255) = 27.75%

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

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

R = 27.75%
G = 36.29%
B = 35.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A9DDDB (or 0xA9DDDB) is known color: Sinbad. HEX triplet: A9, DD and DB. RGB value is (169,221,219). Sum of RGB (Red+Green+Blue) = 169+221+219=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDDB is #562224. Grayscale: #CDCDCD. Windows color (decimal): -5644837 or 14409129. OLE color: 14409129.

HSL color Cylindrical-coordinate representation of color #A9DDDB: hue angle of 177.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDDB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 221 219 -
CMYK 0.24 0 0.01 0.13
HSL 177.69º 0.43% 0.76% -
HSV(B) 177.69º 0.24% 0.87% -
XYZ 55 65.26 76.72 -
YUV 205.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 169 221 219 0.24 0 0.01 0.13 177.69 0.43 0.76
Hex A9 DD DB 18 0 1 D B2 2B 4C
Octal 251 335 333 30 0 1 15 262 53 114
Binary 10101001 11011101 11011011 11000 0 1 1101 10110010 101011 1001100

Color Harmonies of #A9DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DDDB

Black with #A9DDDB

Text Example


Text Example

White with #A9DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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