#AFD3DF

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

Shades of Light Blue #AFD3DF

Tints of Light Blue #AFD3DF

Color information

#AFD3DF (or 0xAFD3DF) is unknown color: approx Light Blue. HEX triplet: AF, D3 and DF. RGB value is (175,211,223). Sum of RGB (Red+Green+Blue) = 175+211+223=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3DF is #502C20. Grayscale: #C9C9C9. Windows color (decimal): -5254177 or 14668719. OLE color: 14668719.

HSL color Cylindrical-coordinate representation of color #AFD3DF: hue angle of 195º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD3DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175211223-
CMYK0.220.0500.13
HSL195º42.86%78.04%-
HSV(B)195º21.52%87.45%-
XYZ54.2961.0378.73-
YUV201.6140.07109.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=28.74%
G=34.65%
B=36.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752112230.220.0500.1319542.8678.04
HexAFD3DF1650Dc32b4e
Octal25732333726501530353116
Binary1010111111010011110111111011010101101110000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3DF; }

 p { color: rgb(175,211,223); }

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

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

 a { background-color: rgb(175,211,223); }

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

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

 span { border-color: rgb(175,211,223); }

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