#AFD6E9

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

Shades of Light Blue #AFD6E9

Tints of Light Blue #AFD6E9

Color information

#AFD6E9 (or 0xAFD6E9) is unknown color: approx Light Blue. HEX triplet: AF, D6 and E9. RGB value is (175,214,233). Sum of RGB (Red+Green+Blue) = 175+214+233=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFD6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD6E9 is #502916. Grayscale: #CCCCCC. Windows color (decimal): -5253399 or 15324847. OLE color: 15324847.

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

Color convert

RGB175214233-
CMYK0.250.0800.09
HSL199.66º56.86%80%-
HSV(B)199.66º24.89%91.37%-
XYZ56.4363.0986.29-
YUV204.5144.08106.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=28.14%
G=34.41%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752142330.250.0800.09199.6656.8680
HexAFD6E919809c83950
Octal257326351311001131071120
Binary10101111110101101110100111001100001001110010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6E9; }

 p { color: rgb(175,214,233); }

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

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

 a { background-color: rgb(175,214,233); }

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

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

 span { border-color: rgb(175,214,233); }

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