#AFD4DF

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

Shades of Light Blue #AFD4DF

Tints of Light Blue #AFD4DF

Color information

#AFD4DF (or 0xAFD4DF) is unknown color: approx Light Blue. HEX triplet: AF, D4 and DF. RGB value is (175,212,223). Sum of RGB (Red+Green+Blue) = 175+212+223=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4DF is #502B20. Grayscale: #CACACA. Windows color (decimal): -5253921 or 14668975. OLE color: 14668975.

HSL color Cylindrical-coordinate representation of color #AFD4DF: hue angle of 193.75º 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 #AFD4DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175212223-
CMYK0.220.0500.13
HSL193.75º42.86%78.04%-
HSV(B)193.75º21.52%87.45%-
XYZ54.5461.5378.81-
YUV202.19139.74108.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=28.69%
G=34.75%
B=36.56%

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
Decimal1752122230.220.0500.13193.7542.8678.04
HexAFD4DF1650Dc22b4e
Octal25732433726501530253116
Binary1010111111010100110111111011010101101110000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4DF; }

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

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

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

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

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

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

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

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