#AFE0E3

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

Shades of Powder Blue #AFE0E3

Tints of Powder Blue #AFE0E3

Color information

#AFE0E3 (or 0xAFE0E3) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and E3. RGB value is (175,224,227). Sum of RGB (Red+Green+Blue) = 175+224+227=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFE0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0E3 is #501F1C. Grayscale: #D1D1D1. Windows color (decimal): -5250845 or 14934191. OLE color: 14934191.

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

Color convert

RGB175224227-
CMYK0.230.0100.11
HSL183.46º48.15%78.82%-
HSV(B)183.46º22.91%89.02%-
XYZ58.267.9782.73-
YUV209.69137.77103.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=27.96%
G=35.78%
B=36.26%

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
Decimal1752242270.230.0100.11183.4648.1578.82
HexAFE0E31710Bb7304f
Octal25734034327101326760117
Binary10101111111000001110001110111101011101101111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0E3; }

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

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

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

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

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

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

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

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