#AFE5E3

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

Shades of Powder Blue #AFE5E3

Tints of Powder Blue #AFE5E3

Color information

#AFE5E3 (or 0xAFE5E3) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and E3. RGB value is (175,229,227). Sum of RGB (Red+Green+Blue) = 175+229+227=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5E3 is #501A1C. Grayscale: #D4D4D4. Windows color (decimal): -5249565 or 14935471. OLE color: 14935471.

HSL color Cylindrical-coordinate representation of color #AFE5E3: hue angle of 177.78º 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 #AFE5E3 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB175229227-
CMYK0.2400.010.10
HSL177.78º50.94%79.22%-
HSV(B)177.78º23.58%89.8%-
XYZ59.5670.783.18-
YUV212.63136.11101.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 229 (89.84% from 255) = 36.29%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=27.73%
G=36.29%
B=35.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752292270.2400.010.10177.7850.9479.22
HexAFE5E31801Ab2334f
Octal25734534330011226263117
Binary10101111111001011110001111000011010101100101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5E3; }

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

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

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

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

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

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

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

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