#AFD9F0

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

Shades of Light Blue #AFD9F0

Tints of Light Blue #AFD9F0

Color information

#AFD9F0 (or 0xAFD9F0) is unknown color: approx Light Blue. HEX triplet: AF, D9 and F0. RGB value is (175,217,240). Sum of RGB (Red+Green+Blue) = 175+217+240=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFD9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9F0 is #50260F. Grayscale: #CECECE. Windows color (decimal): -5252624 or 15784367. OLE color: 15784367.

HSL color Cylindrical-coordinate representation of color #AFD9F0: hue angle of 201.23º degrees, saturation: 0.68, 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 #AFD9F0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175217240-
CMYK0.270.1000.06
HSL201.23º68.42%81.37%-
HSV(B)201.23º27.08%94.12%-
XYZ58.2265.0391.92-
YUV207.06146.59105.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=27.69%
G=34.34%
B=37.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752172400.270.1000.06201.2368.4281.37
HexAFD9F01BA06c94451
Octal257331360331206311104121
Binary10101111110110011111000011011101001101100100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9F0; }

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

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

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

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

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

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

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

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