Html Css Color HEX #AFDEE2 Powder Blue

📋 copy color: '#AFDEE2'

red 175 ◦ green 222 ◦ blue 226

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

Shades of Powder Blue #AFDEE2

Tints of Powder Blue #AFDEE2

RGB

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

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

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

R = 28.09%
G = 35.63%
B = 36.28%

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

#AFDEE2 (or 0xAFDEE2) is known color: Powder Blue. HEX triplet: AF, DE and E2. RGB value is (175,222,226). Sum of RGB (Red+Green+Blue) = 175+222+226=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEE2 is #50211D. Grayscale: #D0D0D0. Windows color (decimal): -5251358 or 14868143. OLE color: 14868143.

HSL color Cylindrical-coordinate representation of color #AFDEE2: hue angle of 184.71º 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 #AFDEE2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 222 226 -
CMYK 0.23 0.02 0 0.11
HSL 184.71º 0.47% 0.79% -
HSV(B) 184.71º 0.23% 0.89% -
XYZ 57.53 66.85 81.82 -
YUV 208.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 175 222 226 0.23 0.02 0 0.11 184.71 0.47 0.79
Hex AF DE E2 17 2 0 B B9 2F 4F
Octal 257 336 342 27 2 0 13 271 57 117
Binary 10101111 11011110 11100010 10111 10 0 1011 10111001 101111 1001111

Color Harmonies of #AFDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEE2

Black with #AFDEE2

Text Example


Text Example

White with #AFDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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