Html Css Color HEX #A8E1DF Powder Blue

📋 copy color: '#A8E1DF'

red 168 ◦ green 225 ◦ blue 223

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

Shades of Powder Blue #A8E1DF

Tints of Powder Blue #A8E1DF

RGB

 RED value IS 168 (66.02% from 255) = 27.27%

 GREEN value IS 225 (88.28% from 255) = 36.53%

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

R = 27.27%
G = 36.53%
B = 36.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#A8E1DF (or 0xA8E1DF) is known color: Powder Blue. HEX triplet: A8, E1 and DF. RGB value is (168,225,223). Sum of RGB (Red+Green+Blue) = 168+225+223=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1DF is #571E20. Grayscale: #CFCFCF. Windows color (decimal): -5709345 or 14672296. OLE color: 14672296.

HSL color Cylindrical-coordinate representation of color #A8E1DF: hue angle of 177.89º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1DF is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 223 -
CMYK 0.25 0 0.01 0.12
HSL 177.89º 0.49% 0.77% -
HSV(B) 177.89º 0.25% 0.88% -
XYZ 56.39 67.5 79.87 -
YUV 207.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 168 225 223 0.25 0 0.01 0.12 177.89 0.49 0.77
Hex A8 E1 DF 19 0 1 C B2 31 4D
Octal 250 341 337 31 0 1 14 262 61 115
Binary 10101000 11100001 11011111 11001 0 1 1100 10110010 110001 1001101

Color Harmonies of #A8E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1DF

Black with #A8E1DF

Text Example


Text Example

White with #A8E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1DF; }

 p { color: rgb(168,225,223); }

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

background-color css

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

 a { background-color: rgb(168,225,223); }

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

border-color css

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

 span { border-color: rgb(168,225,223); }

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