#afd8e6

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

Shades of Light Blue #AFD8E6

Tints of Light Blue #AFD8E6

Color information

#AFD8E6 (or 0xAFD8E6) is unknown color: approx Light Blue. HEX triplet: AF, D8 and E6. RGB value is (175,216,230). Sum of RGB (Red+Green+Blue) = 175+216+230=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8E6 is #502719. Grayscale: #CDCDCD. Windows color (decimal): -5252890 or 15128751. OLE color: 15128751.

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

Color convert

RGB175216230-
CMYK0.240.0600.10
HSL195.27º52.38%79.41%-
HSV(B)195.27º23.91%90.2%-
XYZ56.5263.9484.23-
YUV205.34141.92106.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=28.18%
G=34.78%
B=37.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752162300.240.0600.10195.2752.3879.41
HexAFD8E61860Ac3344f
Octal25733034630601230364117
Binary1010111111011000111001101100011001010110000111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd8e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd8e6; }

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

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

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

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

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

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

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

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