#AFDFEB

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

Shades of Powder Blue #AFDFEB

Tints of Powder Blue #AFDFEB

Color information

#AFDFEB (or 0xAFDFEB) is unknown color: approx Powder Blue. HEX triplet: AF, DF and EB. RGB value is (175,223,235). Sum of RGB (Red+Green+Blue) = 175+223+235=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFEB is #502014. Grayscale: #D1D1D1. Windows color (decimal): -5251093 or 15458223. OLE color: 15458223.

HSL color Cylindrical-coordinate representation of color #AFDFEB: hue angle of 192º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDFEB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175223235-
CMYK0.260.0500.08
HSL192º60%80.39%-
HSV(B)192º25.53%92.16%-
XYZ59.0667.8988.59-
YUV210.02142.1103.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=27.65%
G=35.23%
B=37.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752232350.260.0500.081926080.39
HexAFDFEB1A508c03c50
Octal25733735332501030074120
Binary1010111111011111111010111101010101000110000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFEB; }

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

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

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

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

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

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

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

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