#AFD5E6

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

Shades of Light Blue #AFD5E6

Tints of Light Blue #AFD5E6

Color information

#AFD5E6 (or 0xAFD5E6) is unknown color: approx Light Blue. HEX triplet: AF, D5 and E6. RGB value is (175,213,230). Sum of RGB (Red+Green+Blue) = 175+213+230=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5E6 is #502A19. Grayscale: #CBCBCB. Windows color (decimal): -5253658 or 15127983. OLE color: 15127983.

HSL color Cylindrical-coordinate representation of color #AFD5E6: hue angle of 198.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD5E6 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175213230-
CMYK0.240.0700.10
HSL198.55º52.38%79.41%-
HSV(B)198.55º23.91%90.2%-
XYZ55.7662.4283.97-
YUV203.58142.91107.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=28.32%
G=34.47%
B=37.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752132300.240.0700.10198.5552.3879.41
HexAFD5E61870Ac7344f
Octal25732534630701230764117
Binary1010111111010101111001101100011101010110001111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5E6; }

 p { color: rgb(175,213,230); }

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

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

 a { background-color: rgb(175,213,230); }

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

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

 span { border-color: rgb(175,213,230); }

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