#AFDDF6

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

Shades of Light Blue #AFDDF6

Tints of Light Blue #AFDDF6

Color information

#AFDDF6 (or 0xAFDDF6) is unknown color: approx Light Blue. HEX triplet: AF, DD and F6. RGB value is (175,221,246). Sum of RGB (Red+Green+Blue) = 175+221+246=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF6 is #502209. Grayscale: #D1D1D1. Windows color (decimal): -5251594 or 16178607. OLE color: 16178607.

HSL color Cylindrical-coordinate representation of color #AFDDF6: hue angle of 201.13º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDDF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175221246-
CMYK0.290.1000.04
HSL201.13º79.78%82.55%-
HSV(B)201.13º28.86%96.47%-
XYZ60.1767.4897.04-
YUV210.1148.26102.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=27.26%
G=34.42%
B=38.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752212460.290.1000.04201.1379.7882.55
HexAFDDF61DA04c95053
Octal257335366351204311120123
Binary10101111110111011111011011101101001001100100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDF6; }

 p { color: rgb(175,221,246); }

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

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

 a { background-color: rgb(175,221,246); }

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

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

 span { border-color: rgb(175,221,246); }

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