Html Css Color HEX #A8DFDE Powder Blue

📋 copy color: '#A8DFDE'

red 168 ◦ green 223 ◦ blue 222

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

Shades of Powder Blue #A8DFDE

Tints of Powder Blue #A8DFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 27.41%
G = 36.38%
B = 36.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A8DFDE (or 0xA8DFDE) is known color: Powder Blue. HEX triplet: A8, DF and DE. RGB value is (168,223,222). Sum of RGB (Red+Green+Blue) = 168+223+222=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFDE is #572021. Grayscale: #CECECE. Windows color (decimal): -5709858 or 14606248. OLE color: 14606248.

HSL color Cylindrical-coordinate representation of color #A8DFDE: hue angle of 178.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFDE is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 222 -
CMYK 0.25 0 0.00 0.13
HSL 178.91º 0.46% 0.77% -
HSV(B) 178.91º 0.25% 0.87% -
XYZ 55.72 66.37 78.98 -
YUV 206.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 168 223 222 0.25 0 0.00 0.13 178.91 0.46 0.77
Hex A8 DF DE 19 0 0 D B3 2E 4D
Octal 250 337 336 31 0 0 15 263 56 115
Binary 10101000 11011111 11011110 11001 0 0 1101 10110011 101110 1001101

Color Harmonies of #A8DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFDE

Black with #A8DFDE

Text Example


Text Example

White with #A8DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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