Html Css Color HEX #A6DEDC Sinbad

📋 copy color: '#A6DEDC'

red 166 ◦ green 222 ◦ blue 220

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

Shades of Sinbad #A6DEDC

Tints of Sinbad #A6DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 27.3%
G = 36.51%
B = 36.18%

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

#A6DEDC (or 0xA6DEDC) is known color: Sinbad. HEX triplet: A6, DE and DC. RGB value is (166,222,220). Sum of RGB (Red+Green+Blue) = 166+222+220=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEDC is #592123. Grayscale: #CCCCCC. Windows color (decimal): -5841188 or 14474918. OLE color: 14474918.

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

Color convert

RGB 166 222 220 -
CMYK 0.25 0 0.01 0.13
HSL 177.86º 0.46% 0.76% -
HSV(B) 177.86º 0.25% 0.87% -
XYZ 54.77 65.52 77.47 -
YUV 205.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 166 222 220 0.25 0 0.01 0.13 177.86 0.46 0.76
Hex A6 DE DC 19 0 1 D B2 2E 4C
Octal 246 336 334 31 0 1 15 262 56 114
Binary 10100110 11011110 11011100 11001 0 1 1101 10110010 101110 1001100

Color Harmonies of #A6DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DEDC

Black with #A6DEDC

Text Example


Text Example

White with #A6DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DEDC; }

 p { color: rgb(166,222,220); }

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

background-color css

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

 a { background-color: rgb(166,222,220); }

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

border-color css

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

 span { border-color: rgb(166,222,220); }

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