#AFDDF7

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

Shades of Light Blue #AFDDF7

Tints of Light Blue #AFDDF7

Color information

#AFDDF7 (or 0xAFDDF7) is unknown color: approx Light Blue. HEX triplet: AF, DD and F7. RGB value is (175,221,247). Sum of RGB (Red+Green+Blue) = 175+221+247=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF7 is #502208. Grayscale: #D2D2D2. Windows color (decimal): -5251593 or 16244143. OLE color: 16244143.

HSL color Cylindrical-coordinate representation of color #AFDDF7: hue angle of 201.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDDF7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175221247-
CMYK0.290.1100.03
HSL201.67º81.82%82.75%-
HSV(B)201.67º29.15%96.86%-
XYZ60.3267.5497.85-
YUV210.21148.76102.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=27.22%
G=34.37%
B=38.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752212470.290.1100.03201.6781.8282.75
HexAFDDF71DB03ca5253
Octal257335367351303312122123
Binary1010111111011101111101111110110110111100101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDF7; }

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

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

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

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

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

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

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

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