#AFDDE8

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

Shades of Light Blue #AFDDE8

Tints of Light Blue #AFDDE8

Color information

#AFDDE8 (or 0xAFDDE8) is unknown color: approx Light Blue. HEX triplet: AF, DD and E8. RGB value is (175,221,232). Sum of RGB (Red+Green+Blue) = 175+221+232=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDE8 is #502217. Grayscale: #D0D0D0. Windows color (decimal): -5251608 or 15261103. OLE color: 15261103.

HSL color Cylindrical-coordinate representation of color #AFDDE8: hue angle of 191.58º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDDE8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175221232-
CMYK0.250.0500.09
HSL191.58º55.34%79.8%-
HSV(B)191.58º24.57%90.98%-
XYZ58.166.6586.15-
YUV208.5141.26104.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=27.87%
G=35.19%
B=36.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752212320.250.0500.09191.5855.3479.8
HexAFDDE819509c03750
Octal25733535031501130067120
Binary1010111111011101111010001100110101001110000001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDE8; }

 p { color: rgb(175,221,232); }

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

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

 a { background-color: rgb(175,221,232); }

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

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

 span { border-color: rgb(175,221,232); }

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