Html Css Color HEX #A9DEDB Sinbad

📋 copy color: '#A9DEDB'

red 169 ◦ green 222 ◦ blue 219

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

Shades of Sinbad #A9DEDB

Tints of Sinbad #A9DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

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

R = 27.7%
G = 36.39%
B = 35.9%

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

#A9DEDB (or 0xA9DEDB) is known color: Sinbad. HEX triplet: A9, DE and DB. RGB value is (169,222,219). Sum of RGB (Red+Green+Blue) = 169+222+219=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DEDB is #562124. Grayscale: #CDCDCD. Windows color (decimal): -5644581 or 14409385. OLE color: 14409385.

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

Color convert

RGB 169 222 219 -
CMYK 0.24 0 0.01 0.13
HSL 176.6º 0.45% 0.77% -
HSV(B) 176.6º 0.24% 0.87% -
XYZ 55.27 65.79 76.8 -
YUV 205.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 169 222 219 0.24 0 0.01 0.13 176.6 0.45 0.77
Hex A9 DE DB 18 0 1 D B1 2D 4D
Octal 251 336 333 30 0 1 15 261 55 115
Binary 10101001 11011110 11011011 11000 0 1 1101 10110001 101101 1001101

Color Harmonies of #A9DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DEDB

Black with #A9DEDB

Text Example


Text Example

White with #A9DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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