#AFD2E6

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

Shades of Light Blue #AFD2E6

Tints of Light Blue #AFD2E6

Color information

#AFD2E6 (or 0xAFD2E6) is unknown color: approx Light Blue. HEX triplet: AF, D2 and E6. RGB value is (175,210,230). Sum of RGB (Red+Green+Blue) = 175+210+230=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2E6 is #502D19. Grayscale: #C9C9C9. Windows color (decimal): -5254426 or 15127215. OLE color: 15127215.

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

Color convert

RGB175210230-
CMYK0.240.0900.10
HSL201.82º52.38%79.41%-
HSV(B)201.82º23.91%90.2%-
XYZ55.0160.9283.72-
YUV201.82143.9108.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=28.46%
G=34.15%
B=37.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752102300.240.0900.10201.8252.3879.41
HexAFD2E61890Aca344f
Octal257322346301101231264117
Binary10101111110100101110011011000100101010110010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2E6; }

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

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

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

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

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

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

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

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