Html Css Color HEX #A6E1DD Sinbad

📋 copy color: '#A6E1DD'

red 166 ◦ green 225 ◦ blue 221

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

Shades of Sinbad #A6E1DD

Tints of Sinbad #A6E1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.76%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 27.12%
G = 36.76%
B = 36.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#A6E1DD (or 0xA6E1DD) is known color: Sinbad. HEX triplet: A6, E1 and DD. RGB value is (166,225,221). Sum of RGB (Red+Green+Blue) = 166+225+221=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1DD is #591E22. Grayscale: #CECECE. Windows color (decimal): -5840419 or 14541222. OLE color: 14541222.

HSL color Cylindrical-coordinate representation of color #A6E1DD: hue angle of 175.93º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1DD is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 221 -
CMYK 0.26 0 0.02 0.12
HSL 175.93º 0.5% 0.77% -
HSV(B) 175.93º 0.26% 0.88% -
XYZ 55.7 67.18 78.44 -
YUV 206.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 166 225 221 0.26 0 0.02 0.12 175.93 0.5 0.77
Hex A6 E1 DD 1A 0 2 C B0 32 4D
Octal 246 341 335 32 0 2 14 260 62 115
Binary 10100110 11100001 11011101 11010 0 10 1100 10110000 110010 1001101

Color Harmonies of #A6E1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E1DD

Black with #A6E1DD

Text Example


Text Example

White with #A6E1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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