Html Css Color HEX #AFE5EA Powder Blue

📋 copy color: '#AFE5EA'

red 175 ◦ green 229 ◦ blue 234

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

Shades of Powder Blue #AFE5EA

Tints of Powder Blue #AFE5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 27.43%
G = 35.89%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFE5EA (or 0xAFE5EA) is known color: Powder Blue. HEX triplet: AF, E5 and EA. RGB value is (175,229,234). Sum of RGB (Red+Green+Blue) = 175+229+234=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5EA is #501A15. Grayscale: #D5D5D5. Windows color (decimal): -5249558 or 15394223. OLE color: 15394223.

HSL color Cylindrical-coordinate representation of color #AFE5EA: hue angle of 185.08º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE5EA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 229 234 -
CMYK 0.25 0.02 0 0.08
HSL 185.08º 0.58% 0.8% -
HSV(B) 185.08º 0.25% 0.92% -
XYZ 60.55 71.09 88.37 -
YUV 213.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 175 229 234 0.25 0.02 0 0.08 185.08 0.58 0.8
Hex AF E5 EA 19 2 0 8 B9 3A 50
Octal 257 345 352 31 2 0 10 271 72 120
Binary 10101111 11100101 11101010 11001 10 0 1000 10111001 111010 1010000

Color Harmonies of #AFE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5EA

Black with #AFE5EA

Text Example


Text Example

White with #AFE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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