#AFD6ED

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

Shades of Light Blue #AFD6ED

Tints of Light Blue #AFD6ED

Color information

#AFD6ED (or 0xAFD6ED) is unknown color: approx Light Blue. HEX triplet: AF, D6 and ED. RGB value is (175,214,237). Sum of RGB (Red+Green+Blue) = 175+214+237=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD6ED is #502912. Grayscale: #CCCCCC. Windows color (decimal): -5253395 or 15586991. OLE color: 15586991.

HSL color Cylindrical-coordinate representation of color #AFD6ED: hue angle of 202.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD6ED is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175214237-
CMYK0.260.1000.07
HSL202.26º63.27%80.78%-
HSV(B)202.26º26.16%92.94%-
XYZ57.0163.3289.34-
YUV204.96146.08106.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=27.96%
G=34.19%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752142370.260.1000.07202.2663.2780.78
HexAFD6ED1AA07ca3f51
Octal25732635532120731277121
Binary1010111111010110111011011101010100111110010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6ED; }

 p { color: rgb(175,214,237); }

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

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

 a { background-color: rgb(175,214,237); }

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

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

 span { border-color: rgb(175,214,237); }

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