#AFE3E2

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

Shades of Powder Blue #AFE3E2

Tints of Powder Blue #AFE3E2

Color information

#AFE3E2 (or 0xAFE3E2) is unknown color: approx Powder Blue. HEX triplet: AF, E3 and E2. RGB value is (175,227,226). Sum of RGB (Red+Green+Blue) = 175+227+226=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3E2 is #501C1D. Grayscale: #D3D3D3. Windows color (decimal): -5250078 or 14869423. OLE color: 14869423.

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

Color convert

RGB175227226-
CMYK0.2300.000.11
HSL178.85º48.15%78.82%-
HSV(B)178.85º22.91%89.02%-
XYZ58.8869.5482.27-
YUV211.34136.27102.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=27.87%
G=36.15%
B=35.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752272260.2300.000.11178.8548.1578.82
HexAFE3E21700Bb3304f
Octal25734334227001326360117
Binary10101111111000111110001010111001011101100111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3E2; }

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

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

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

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

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

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

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

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