Html Css Color HEX #A6DECE Scandal

📋 copy color: '#A6DECE'

red 166 ◦ green 222 ◦ blue 206

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

Shades of Scandal #A6DECE

Tints of Scandal #A6DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 27.95%
G = 37.37%
B = 34.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A6DECE (or 0xA6DECE) is known color: Scandal. HEX triplet: A6, DE and CE. RGB value is (166,222,206). Sum of RGB (Red+Green+Blue) = 166+222+206=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DECE is #592131. Grayscale: #CBCBCB. Windows color (decimal): -5841202 or 13557414. OLE color: 13557414.

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

Color convert

RGB 166 222 206 -
CMYK 0.25 0 0.07 0.13
HSL 162.86º 0.46% 0.76% -
HSV(B) 162.86º 0.25% 0.87% -
XYZ 52.99 64.81 68.11 -
YUV 203.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 166 222 206 0.25 0 0.07 0.13 162.86 0.46 0.76
Hex A6 DE CE 19 0 7 D A3 2E 4C
Octal 246 336 316 31 0 7 15 243 56 114
Binary 10100110 11011110 11001110 11001 0 111 1101 10100011 101110 1001100

Color Harmonies of #A6DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DECE

Black with #A6DECE

Text Example


Text Example

White with #A6DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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