Html Css Color HEX #AFE5EC Powder Blue

📋 copy color: '#AFE5EC'

red 175 ◦ green 229 ◦ blue 236

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

Shades of Powder Blue #AFE5EC

Tints of Powder Blue #AFE5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 27.34%
G = 35.78%
B = 36.88%

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

#AFE5EC (or 0xAFE5EC) is known color: Powder Blue. HEX triplet: AF, E5 and EC. RGB value is (175,229,236). Sum of RGB (Red+Green+Blue) = 175+229+236=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5EC is #501A13. Grayscale: #D5D5D5. Windows color (decimal): -5249556 or 15525295. OLE color: 15525295.

HSL color Cylindrical-coordinate representation of color #AFE5EC: hue angle of 186.89º degrees, saturation: 0.62, 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 #AFE5EC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 229 236 -
CMYK 0.26 0.03 0 0.07
HSL 186.89º 0.62% 0.81% -
HSV(B) 186.89º 0.26% 0.93% -
XYZ 60.84 71.21 89.89 -
YUV 213.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 175 229 236 0.26 0.03 0 0.07 186.89 0.62 0.81
Hex AF E5 EC 1A 3 0 7 BB 3E 51
Octal 257 345 354 32 3 0 7 273 76 121
Binary 10101111 11100101 11101100 11010 11 0 111 10111011 111110 1010001

Color Harmonies of #AFE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5EC

Black with #AFE5EC

Text Example


Text Example

White with #AFE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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