#AFE1EE

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

Shades of Powder Blue #AFE1EE

Tints of Powder Blue #AFE1EE

Color information

#AFE1EE (or 0xAFE1EE) is unknown color: approx Powder Blue. HEX triplet: AF, E1 and EE. RGB value is (175,225,238). Sum of RGB (Red+Green+Blue) = 175+225+238=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1EE is #501E11. Grayscale: #D3D3D3. Windows color (decimal): -5250578 or 15655343. OLE color: 15655343.

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

Color convert

RGB175225238-
CMYK0.260.0500.07
HSL192.38º64.95%80.98%-
HSV(B)192.38º26.47%93.33%-
XYZ60.0469.1491.07-
YUV211.53142.94101.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=27.43%
G=35.27%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752252380.260.0500.07192.3864.9580.98
HexAFE1EE1A507c04151
Octal25734135632507300101121
Binary1010111111100001111011101101010101111100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1EE; }

 p { color: rgb(175,225,238); }

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

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

 a { background-color: rgb(175,225,238); }

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

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

 span { border-color: rgb(175,225,238); }

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