#AFDCEC

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

Shades of Light Blue #AFDCEC

Tints of Light Blue #AFDCEC

Color information

#AFDCEC (or 0xAFDCEC) is unknown color: approx Light Blue. HEX triplet: AF, DC and EC. RGB value is (175,220,236). Sum of RGB (Red+Green+Blue) = 175+220+236=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEC is #502313. Grayscale: #D0D0D0. Windows color (decimal): -5251860 or 15522991. OLE color: 15522991.

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

Color convert

RGB175220236-
CMYK0.260.0700.07
HSL195.74º61.62%80.59%-
HSV(B)195.74º25.85%92.55%-
XYZ58.4166.3689.09-
YUV208.37143.59104.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=27.73%
G=34.87%
B=37.40%

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
Decimal1752202360.260.0700.07195.7461.6280.59
HexAFDCEC1A707c43e51
Octal2573343543270730476121
Binary101011111101110011101100110101110111110001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCEC; }

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

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

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

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

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

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

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

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