Html Css Color HEX #AFE0E5 Powder Blue

📋 copy color: '#AFE0E5'

red 175 ◦ green 224 ◦ blue 229

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

Shades of Powder Blue #AFE0E5

Tints of Powder Blue #AFE0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.67%

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 27.87%
G = 35.67%
B = 36.46%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFE0E5 (or 0xAFE0E5) is known color: Powder Blue. HEX triplet: AF, E0 and E5. RGB value is (175,224,229). Sum of RGB (Red+Green+Blue) = 175+224+229=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0E5 is #501F1A. Grayscale: #D1D1D1. Windows color (decimal): -5250843 or 15065263. OLE color: 15065263.

HSL color Cylindrical-coordinate representation of color #AFE0E5: hue angle of 185.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE0E5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 224 229 -
CMYK 0.24 0.02 0 0.10
HSL 185.56º 0.51% 0.79% -
HSV(B) 185.56º 0.24% 0.9% -
XYZ 58.48 68.08 84.19 -
YUV 209.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 175 224 229 0.24 0.02 0 0.10 185.56 0.51 0.79
Hex AF E0 E5 18 2 0 A BA 33 4F
Octal 257 340 345 30 2 0 12 272 63 117
Binary 10101111 11100000 11100101 11000 10 0 1010 10111010 110011 1001111

Color Harmonies of #AFE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0E5

Black with #AFE0E5

Text Example


Text Example

White with #AFE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0E5; }

 p { color: rgb(175,224,229); }

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

background-color css

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

 a { background-color: rgb(175,224,229); }

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

border-color css

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

 span { border-color: rgb(175,224,229); }

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