Html Css Color HEX #AFDDE2 Powder Blue

📋 copy color: '#AFDDE2'

red 175 ◦ green 221 ◦ blue 226

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

Shades of Powder Blue #AFDDE2

Tints of Powder Blue #AFDDE2

RGB

 RED value IS 175 (68.75% from 255) = 28.14%

 GREEN value IS 221 (86.72% from 255) = 35.53%

 BLUE value IS 226 (88.67% from 255) = 36.33%

R = 28.14%
G = 35.53%
B = 36.33%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFDDE2 (or 0xAFDDE2) is known color: Powder Blue. HEX triplet: AF, DD and E2. RGB value is (175,221,226). Sum of RGB (Red+Green+Blue) = 175+221+226=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDE2 is #50221D. Grayscale: #CFCFCF. Windows color (decimal): -5251614 or 14867887. OLE color: 14867887.

HSL color Cylindrical-coordinate representation of color #AFDDE2: hue angle of 185.88º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDDE2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 221 226 -
CMYK 0.23 0.02 0 0.11
HSL 185.88º 0.47% 0.79% -
HSV(B) 185.88º 0.23% 0.89% -
XYZ 57.26 66.32 81.73 -
YUV 207.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 175 221 226 0.23 0.02 0 0.11 185.88 0.47 0.79
Hex AF DD E2 17 2 0 B BA 2F 4F
Octal 257 335 342 27 2 0 13 272 57 117
Binary 10101111 11011101 11100010 10111 10 0 1011 10111010 101111 1001111

Color Harmonies of #AFDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDE2

Black with #AFDDE2

Text Example


Text Example

White with #AFDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDE2; }

 p { color: rgb(175,221,226); }

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

background-color css

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

 a { background-color: rgb(175,221,226); }

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

border-color css

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

 span { border-color: rgb(175,221,226); }

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