#AFDFE3

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

Shades of Powder Blue #AFDFE3

Tints of Powder Blue #AFDFE3

Color information

#AFDFE3 (or 0xAFDFE3) is unknown color: approx Powder Blue. HEX triplet: AF, DF and E3. RGB value is (175,223,227). Sum of RGB (Red+Green+Blue) = 175+223+227=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE3 is #50201C. Grayscale: #D1D1D1. Windows color (decimal): -5251101 or 14933935. OLE color: 14933935.

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

Color convert

RGB175223227-
CMYK0.230.0200.11
HSL184.62º48.15%78.82%-
HSV(B)184.62º22.91%89.02%-
XYZ57.9367.4482.64-
YUV209.1138.1103.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=28%
G=35.68%
B=36.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752232270.230.0200.11184.6248.1578.82
HexAFDFE31720Bb9304f
Octal25733734327201327160117
Binary101011111101111111100011101111001011101110011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFE3; }

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

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

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

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

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

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

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

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