Html Css Color HEX #A9DBDB Sinbad

📋 copy color: '#A9DBDB'

red 169 ◦ green 219 ◦ blue 219

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

Shades of Sinbad #A9DBDB

Tints of Sinbad #A9DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.08%

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

R = 27.84%
G = 36.08%
B = 36.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9DBDB (or 0xA9DBDB) is known color: Sinbad. HEX triplet: A9, DB and DB. RGB value is (169,219,219). Sum of RGB (Red+Green+Blue) = 169+219+219=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #A9DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDB is #562424. Grayscale: #CBCBCB. Windows color (decimal): -5645349 or 14408617. OLE color: 14408617.

HSL color Cylindrical-coordinate representation of color #A9DBDB: hue angle of 180º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBDB is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 219 -
CMYK 0.23 0 0 0.14
HSL 180º 0.41% 0.76% -
HSV(B) 180º 0.23% 0.86% -
XYZ 54.48 64.21 76.54 -
YUV 204.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 169 219 219 0.23 0 0 0.14 180 0.41 0.76
Hex A9 DB DB 17 0 0 E B4 29 4C
Octal 251 333 333 27 0 0 16 264 51 114
Binary 10101001 11011011 11011011 10111 0 0 1110 10110100 101001 1001100

Color Harmonies of #A9DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBDB

Black with #A9DBDB

Text Example


Text Example

White with #A9DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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