Html Css Color HEX #A6DDDB Sinbad

📋 copy color: '#A6DDDB'

red 166 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #A6DDDB

Tints of Sinbad #A6DDDB

RGB

 RED value IS 166 (65.23% from 255) = 27.39%

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

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

R = 27.39%
G = 36.47%
B = 36.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A6DDDB (or 0xA6DDDB) is known color: Sinbad. HEX triplet: A6, DD and DB. RGB value is (166,221,219). Sum of RGB (Red+Green+Blue) = 166+221+219=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDB is #592224. Grayscale: #CCCCCC. Windows color (decimal): -5841445 or 14409126. OLE color: 14409126.

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

Color convert

RGB 166 221 219 -
CMYK 0.25 0 0.01 0.13
HSL 177.82º 0.45% 0.76% -
HSV(B) 177.82º 0.25% 0.87% -
XYZ 54.37 64.93 76.69 -
YUV 204.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 166 221 219 0.25 0 0.01 0.13 177.82 0.45 0.76
Hex A6 DD DB 19 0 1 D B2 2D 4C
Octal 246 335 333 31 0 1 15 262 55 114
Binary 10100110 11011101 11011011 11001 0 1 1101 10110010 101101 1001100

Color Harmonies of #A6DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDDB

Black with #A6DDDB

Text Example


Text Example

White with #A6DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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