#AFDCE8

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

Shades of Light Blue #AFDCE8

Tints of Light Blue #AFDCE8

Color information

#AFDCE8 (or 0xAFDCE8) is unknown color: approx Light Blue. HEX triplet: AF, DC and E8. RGB value is (175,220,232). Sum of RGB (Red+Green+Blue) = 175+220+232=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCE8 is #502317. Grayscale: #CFCFCF. Windows color (decimal): -5251864 or 15260847. OLE color: 15260847.

HSL color Cylindrical-coordinate representation of color #AFDCE8: hue angle of 192.63º 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 #AFDCE8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175220232-
CMYK0.250.0500.09
HSL192.63º55.34%79.8%-
HSV(B)192.63º24.57%90.98%-
XYZ57.8466.1386.06-
YUV207.91141.59104.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=27.91%
G=35.09%
B=37.00%

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
Decimal1752202320.250.0500.09192.6355.3479.8
HexAFDCE819509c13750
Octal25733435031501130167120
Binary1010111111011100111010001100110101001110000011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCE8; }

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

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

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

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

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

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

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

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