#afe3e4

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

Shades of Powder Blue #AFE3E4

Tints of Powder Blue #AFE3E4

Color information

#AFE3E4 (or 0xAFE3E4) is unknown color: approx Powder Blue. HEX triplet: AF, E3 and E4. RGB value is (175,227,228). Sum of RGB (Red+Green+Blue) = 175+227+228=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFE3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3E4 is #501C1B. Grayscale: #D3D3D3. Windows color (decimal): -5250076 or 15000495. OLE color: 15000495.

HSL color Cylindrical-coordinate representation of color #AFE3E4: hue angle of 181.13º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3E4 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175227228-
CMYK0.230.0000.11
HSL181.13º49.53%79.02%-
HSV(B)181.13º23.25%89.41%-
XYZ59.1569.6583.73-
YUV211.57137.27101.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=27.78%
G=36.03%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752272280.230.0000.11181.1349.5379.02
HexAFE3E41700Bb5324f
Octal25734334427001326562117
Binary10101111111000111110010010111001011101101011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe3e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe3e4; }

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

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

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

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

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

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

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

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