Html Css Color HEX #AADBDB Sinbad

📋 copy color: '#AADBDB'

red 170 ◦ green 219 ◦ blue 219

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

Shades of Sinbad #AADBDB

Tints of Sinbad #AADBDB

RGB

 RED value IS 170 (66.8% from 255) = 27.96%

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

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

R = 27.96%
G = 36.02%
B = 36.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AADBDB (or 0xAADBDB) is known color: Sinbad. HEX triplet: AA, DB and DB. RGB value is (170,219,219). Sum of RGB (Red+Green+Blue) = 170+219+219=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #AADBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBDB is #552424. Grayscale: #CCCCCC. Windows color (decimal): -5579813 or 14408618. OLE color: 14408618.

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

Color convert

RGB 170 219 219 -
CMYK 0.22 0 0 0.14
HSL 180º 0.4% 0.76% -
HSV(B) 180º 0.22% 0.86% -
XYZ 54.7 64.32 76.55 -
YUV 204.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 170 219 219 0.22 0 0 0.14 180 0.4 0.76
Hex AA DB DB 16 0 0 E B4 28 4C
Octal 252 333 333 26 0 0 16 264 50 114
Binary 10101010 11011011 11011011 10110 0 0 1110 10110100 101000 1001100

Color Harmonies of #AADBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBDB

Black with #AADBDB

Text Example


Text Example

White with #AADBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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