Html Css Color HEX #A6DDD6 Sinbad

📋 copy color: '#A6DDD6'

red 166 ◦ green 221 ◦ blue 214

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

Shades of Sinbad #A6DDD6

Tints of Sinbad #A6DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.61%

R = 27.62%
G = 36.77%
B = 35.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#A6DDD6 (or 0xA6DDD6) is known color: Sinbad. HEX triplet: A6, DD and D6. RGB value is (166,221,214). Sum of RGB (Red+Green+Blue) = 166+221+214=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD6 is #592229. Grayscale: #CBCBCB. Windows color (decimal): -5841450 or 14081446. OLE color: 14081446.

HSL color Cylindrical-coordinate representation of color #A6DDD6: hue angle of 172.36º 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 #A6DDD6 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 214 -
CMYK 0.25 0 0.03 0.13
HSL 172.36º 0.45% 0.76% -
HSV(B) 172.36º 0.25% 0.87% -
XYZ 53.72 64.67 73.27 -
YUV 203.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 166 221 214 0.25 0 0.03 0.13 172.36 0.45 0.76
Hex A6 DD D6 19 0 3 D AC 2D 4C
Octal 246 335 326 31 0 3 15 254 55 114
Binary 10100110 11011101 11010110 11001 0 11 1101 10101100 101101 1001100

Color Harmonies of #A6DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDD6

Black with #A6DDD6

Text Example


Text Example

White with #A6DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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