#AFDFE5

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

Shades of Powder Blue #AFDFE5

Tints of Powder Blue #AFDFE5

Color information

#AFDFE5 (or 0xAFDFE5) is unknown color: approx Powder Blue. HEX triplet: AF, DF and E5. RGB value is (175,223,229). Sum of RGB (Red+Green+Blue) = 175+223+229=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE5 is #50201A. Grayscale: #D1D1D1. Windows color (decimal): -5251099 or 15065007. OLE color: 15065007.

HSL color Cylindrical-coordinate representation of color #AFDFE5: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDFE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175223229-
CMYK0.240.0300.10
HSL186.67º50.94%79.22%-
HSV(B)186.67º23.58%89.8%-
XYZ58.2167.5584.1-
YUV209.33139.1103.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=27.91%
G=35.57%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752232290.240.0300.10186.6750.9479.22
HexAFDFE51830Abb334f
Octal25733734530301227363117
Binary101011111101111111100101110001101010101110111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFE5; }

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

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

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

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

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

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

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

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