Html Css Color HEX #AFE5ED Powder Blue

📋 copy color: '#AFE5ED'

red 175 ◦ green 229 ◦ blue 237

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

Shades of Powder Blue #AFE5ED

Tints of Powder Blue #AFE5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 27.3%
G = 35.73%
B = 36.97%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE5ED (or 0xAFE5ED) is known color: Powder Blue. HEX triplet: AF, E5 and ED. RGB value is (175,229,237). Sum of RGB (Red+Green+Blue) = 175+229+237=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5ED is #501A12. Grayscale: #D5D5D5. Windows color (decimal): -5249555 or 15590831. OLE color: 15590831.

HSL color Cylindrical-coordinate representation of color #AFE5ED: hue angle of 187.74º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE5ED is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 229 237 -
CMYK 0.26 0.03 0 0.07
HSL 187.74º 0.63% 0.81% -
HSV(B) 187.74º 0.26% 0.93% -
XYZ 60.98 71.27 90.66 -
YUV 213.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 175 229 237 0.26 0.03 0 0.07 187.74 0.63 0.81
Hex AF E5 ED 1A 3 0 7 BC 3F 51
Octal 257 345 355 32 3 0 7 274 77 121
Binary 10101111 11100101 11101101 11010 11 0 111 10111100 111111 1010001

Color Harmonies of #AFE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5ED

Black with #AFE5ED

Text Example


Text Example

White with #AFE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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