Html Css Color HEX #A6D9CF Scandal

📋 copy color: '#A6D9CF'

red 166 ◦ green 217 ◦ blue 207

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

Shades of Scandal #A6D9CF

Tints of Scandal #A6D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.78%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 28.14%
G = 36.78%
B = 35.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#A6D9CF (or 0xA6D9CF) is known color: Scandal. HEX triplet: A6, D9 and CF. RGB value is (166,217,207). Sum of RGB (Red+Green+Blue) = 166+217+207=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D9CF is #592630. Grayscale: #C8C8C8. Windows color (decimal): -5842481 or 13621670. OLE color: 13621670.

HSL color Cylindrical-coordinate representation of color #A6D9CF: hue angle of 168.24º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9CF is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 207 -
CMYK 0.24 0 0.05 0.15
HSL 168.24º 0.4% 0.75% -
HSV(B) 168.24º 0.24% 0.85% -
XYZ 51.8 62.24 68.31 -
YUV 200.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 166 217 207 0.24 0 0.05 0.15 168.24 0.4 0.75
Hex A6 D9 CF 18 0 5 F A8 28 4B
Octal 246 331 317 30 0 5 17 250 50 113
Binary 10100110 11011001 11001111 11000 0 101 1111 10101000 101000 1001011

Color Harmonies of #A6D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9CF

Black with #A6D9CF

Text Example


Text Example

White with #A6D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9CF; }

 p { color: rgb(166,217,207); }

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

background-color css

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

 a { background-color: rgb(166,217,207); }

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

border-color css

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

 span { border-color: rgb(166,217,207); }

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