#AFE0EB

Color #AFE0EB Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AFE0EB

Tints of Powder Blue #AFE0EB

Color information

#AFE0EB (or 0xAFE0EB) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and EB. RGB value is (175,224,235). Sum of RGB (Red+Green+Blue) = 175+224+235=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0EB is #501F14. Grayscale: #D2D2D2. Windows color (decimal): -5250837 or 15458479. OLE color: 15458479.

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

Color convert

RGB175224235-
CMYK0.260.0500.08
HSL191º60%80.39%-
HSV(B)191º25.53%92.16%-
XYZ59.3368.4288.68-
YUV210.6141.77102.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=27.60%
G=35.33%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752242350.260.0500.081916080.39
HexAFE0EB1A508bf3c50
Octal25734035332501027774120
Binary1010111111100000111010111101010101000101111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0EB; }

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

 H1.HeaderClassName
 {
   color: #AFE0EB;
 }
 .AnyTagClassName
 {
   color: #AFE0EB;
 }
</style>
background-color css

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

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

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

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

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

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