#AFD9EB

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

Shades of Light Blue #AFD9EB

Tints of Light Blue #AFD9EB

Color information

#AFD9EB (or 0xAFD9EB) is unknown color: approx Light Blue. HEX triplet: AF, D9 and EB. RGB value is (175,217,235). Sum of RGB (Red+Green+Blue) = 175+217+235=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9EB is #502614. Grayscale: #CECECE. Windows color (decimal): -5252629 or 15456687. OLE color: 15456687.

HSL color Cylindrical-coordinate representation of color #AFD9EB: hue angle of 198º 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 #AFD9EB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175217235-
CMYK0.260.0800.08
HSL198º60%80.39%-
HSV(B)198º25.53%92.16%-
XYZ57.4964.7488.06-
YUV206.49144.09105.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=27.91%
G=34.61%
B=37.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752172350.260.0800.081986080.39
HexAFD9EB1A808c63c50
Octal257331353321001030674120
Binary10101111110110011110101111010100001000110001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9EB; }

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

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

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

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

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

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

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

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