Html Css Color HEX #A6E0DF Powder Blue

📋 copy color: '#A6E0DF'

red 166 ◦ green 224 ◦ blue 223

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

Shades of Powder Blue #A6E0DF

Tints of Powder Blue #A6E0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.54%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 27.08%
G = 36.54%
B = 36.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#A6E0DF (or 0xA6E0DF) is known color: Powder Blue. HEX triplet: A6, E0 and DF. RGB value is (166,224,223). Sum of RGB (Red+Green+Blue) = 166+224+223=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0DF is #591F20. Grayscale: #CECECE. Windows color (decimal): -5840673 or 14672038. OLE color: 14672038.

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

Color convert

RGB 166 224 223 -
CMYK 0.26 0 0.00 0.12
HSL 178.97º 0.48% 0.76% -
HSV(B) 178.97º 0.26% 0.88% -
XYZ 55.7 66.75 79.76 -
YUV 206.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 166 224 223 0.26 0 0.00 0.12 178.97 0.48 0.76
Hex A6 E0 DF 1A 0 0 C B3 30 4C
Octal 246 340 337 32 0 0 14 263 60 114
Binary 10100110 11100000 11011111 11010 0 0 1100 10110011 110000 1001100

Color Harmonies of #A6E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E0DF

Black with #A6E0DF

Text Example


Text Example

White with #A6E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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