#AFD9EF

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

Shades of Light Blue #AFD9EF

Tints of Light Blue #AFD9EF

Color information

#AFD9EF (or 0xAFD9EF) is unknown color: approx Light Blue. HEX triplet: AF, D9 and EF. RGB value is (175,217,239). Sum of RGB (Red+Green+Blue) = 175+217+239=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFD9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9EF is #502610. Grayscale: #CECECE. Windows color (decimal): -5252625 or 15718831. OLE color: 15718831.

HSL color Cylindrical-coordinate representation of color #AFD9EF: hue angle of 200.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD9EF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175217239-
CMYK0.270.0900.06
HSL200.62º66.67%81.18%-
HSV(B)200.62º26.78%93.73%-
XYZ58.0764.9791.14-
YUV206.95146.09105.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=27.73%
G=34.39%
B=37.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752172390.270.0900.06200.6266.6781.18
HexAFD9EF1B906c94351
Octal257331357331106311103121
Binary10101111110110011110111111011100101101100100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9EF; }

 p { color: rgb(175,217,239); }

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

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

 a { background-color: rgb(175,217,239); }

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

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

 span { border-color: rgb(175,217,239); }

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