#AFDCED

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

Shades of Light Blue #AFDCED

Tints of Light Blue #AFDCED

Color information

#AFDCED (or 0xAFDCED) is unknown color: approx Light Blue. HEX triplet: AF, DC and ED. RGB value is (175,220,237). Sum of RGB (Red+Green+Blue) = 175+220+237=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCED is #502312. Grayscale: #D0D0D0. Windows color (decimal): -5251859 or 15588527. OLE color: 15588527.

HSL color Cylindrical-coordinate representation of color #AFDCED: hue angle of 196.45º 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 #AFDCED is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175220237-
CMYK0.260.0700.07
HSL196.45º63.27%80.78%-
HSV(B)196.45º26.16%92.94%-
XYZ58.5666.4189.85-
YUV208.48144.09104.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=27.69%
G=34.81%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752202370.260.0700.07196.4563.2780.78
HexAFDCED1A707c43f51
Octal2573343553270730477121
Binary101011111101110011101101110101110111110001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCED; }

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

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

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

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

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

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

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

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