Html Css Color HEX #A6DDDA Sinbad

📋 copy color: '#A6DDDA'

red 166 ◦ green 221 ◦ blue 218

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

Shades of Sinbad #A6DDDA

Tints of Sinbad #A6DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 27.44%
G = 36.53%
B = 36.03%

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

#A6DDDA (or 0xA6DDDA) is known color: Sinbad. HEX triplet: A6, DD and DA. RGB value is (166,221,218). Sum of RGB (Red+Green+Blue) = 166+221+218=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDA is #592225. Grayscale: #CCCCCC. Windows color (decimal): -5841446 or 14343590. OLE color: 14343590.

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

Color convert

RGB 166 221 218 -
CMYK 0.25 0 0.01 0.13
HSL 176.73º 0.45% 0.76% -
HSV(B) 176.73º 0.25% 0.87% -
XYZ 54.24 64.88 75.99 -
YUV 204.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 166 221 218 0.25 0 0.01 0.13 176.73 0.45 0.76
Hex A6 DD DA 19 0 1 D B1 2D 4C
Octal 246 335 332 31 0 1 15 261 55 114
Binary 10100110 11011101 11011010 11001 0 1 1101 10110001 101101 1001100

Color Harmonies of #A6DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDDA

Black with #A6DDDA

Text Example


Text Example

White with #A6DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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