Html Css Color HEX #A6DFD8 Scandal

📋 copy color: '#A6DFD8'

red 166 ◦ green 223 ◦ blue 216

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

Shades of Scandal #A6DFD8

Tints of Scandal #A6DFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 27.44%
G = 36.86%
B = 35.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#A6DFD8 (or 0xA6DFD8) is known color: Scandal. HEX triplet: A6, DF and D8. RGB value is (166,223,216). Sum of RGB (Red+Green+Blue) = 166+223+216=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFD8 is #592027. Grayscale: #CDCDCD. Windows color (decimal): -5840936 or 14213030. OLE color: 14213030.

HSL color Cylindrical-coordinate representation of color #A6DFD8: hue angle of 172.63º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 216 -
CMYK 0.26 0 0.03 0.13
HSL 172.63º 0.47% 0.76% -
HSV(B) 172.63º 0.26% 0.87% -
XYZ 54.51 65.84 74.8 -
YUV 205.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 166 223 216 0.26 0 0.03 0.13 172.63 0.47 0.76
Hex A6 DF D8 1A 0 3 D AD 2F 4C
Octal 246 337 330 32 0 3 15 255 57 114
Binary 10100110 11011111 11011000 11010 0 11 1101 10101101 101111 1001100

Color Harmonies of #A6DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFD8

Black with #A6DFD8

Text Example


Text Example

White with #A6DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFD8; }

 p { color: rgb(166,223,216); }

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

background-color css

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

 a { background-color: rgb(166,223,216); }

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

border-color css

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

 span { border-color: rgb(166,223,216); }

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