#AFDDF3

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

Shades of Light Blue #AFDDF3

Tints of Light Blue #AFDDF3

Color information

#AFDDF3 (or 0xAFDDF3) is unknown color: approx Light Blue. HEX triplet: AF, DD and F3. RGB value is (175,221,243). Sum of RGB (Red+Green+Blue) = 175+221+243=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF3 is #50220C. Grayscale: #D1D1D1. Windows color (decimal): -5251597 or 15981999. OLE color: 15981999.

HSL color Cylindrical-coordinate representation of color #AFDDF3: hue angle of 199.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDDF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175221243-
CMYK0.280.0900.05
HSL199.41º73.91%81.96%-
HSV(B)199.41º27.98%95.29%-
XYZ59.7167.394.64-
YUV209.75146.76103.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=27.39%
G=34.59%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752212430.280.0900.05199.4173.9181.96
HexAFDDF31C905c74a52
Octal257335363341105307112122
Binary10101111110111011111001111100100101011100011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDF3; }

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

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

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

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

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

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

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

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