#AFE2E4

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

Shades of Powder Blue #AFE2E4

Tints of Powder Blue #AFE2E4

Color information

#AFE2E4 (or 0xAFE2E4) is unknown color: approx Powder Blue. HEX triplet: AF, E2 and E4. RGB value is (175,226,228). Sum of RGB (Red+Green+Blue) = 175+226+228=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFE2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2E4 is #501D1B. Grayscale: #D2D2D2. Windows color (decimal): -5250332 or 15000239. OLE color: 15000239.

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

Color convert

RGB175226228-
CMYK0.230.0100.11
HSL182.26º49.53%79.02%-
HSV(B)182.26º23.25%89.41%-
XYZ58.8869.1183.63-
YUV210.98137.6102.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=27.82%
G=35.93%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752262280.230.0100.11182.2649.5379.02
HexAFE2E41710Bb6324f
Octal25734234427101326662117
Binary10101111111000101110010010111101011101101101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2E4; }

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

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

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

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

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

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

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

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