Html Css Color HEX #A7DEDD Powder Blue

📋 copy color: '#A7DEDD'

red 167 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #A7DEDD

Tints of Powder Blue #A7DEDD

RGB

 RED value IS 167 (65.63% from 255) = 27.38%

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 27.38%
G = 36.39%
B = 36.23%

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

#A7DEDD (or 0xA7DEDD) is known color: Powder Blue. HEX triplet: A7, DE and DD. RGB value is (167,222,221). Sum of RGB (Red+Green+Blue) = 167+222+221=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDD is #582122. Grayscale: #CDCDCD. Windows color (decimal): -5775651 or 14540455. OLE color: 14540455.

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

Color convert

RGB 167 222 221 -
CMYK 0.25 0 0.00 0.13
HSL 178.91º 0.45% 0.76% -
HSV(B) 178.91º 0.25% 0.87% -
XYZ 55.11 65.68 78.18 -
YUV 205.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 167 222 221 0.25 0 0.00 0.13 178.91 0.45 0.76
Hex A7 DE DD 19 0 0 D B3 2D 4C
Octal 247 336 335 31 0 0 15 263 55 114
Binary 10100111 11011110 11011101 11001 0 0 1101 10110011 101101 1001100

Color Harmonies of #A7DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DEDD

Black with #A7DEDD

Text Example


Text Example

White with #A7DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DEDD; }

 p { color: rgb(167,222,221); }

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

background-color css

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

 a { background-color: rgb(167,222,221); }

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

border-color css

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

 span { border-color: rgb(167,222,221); }

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