#AFDBEC

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

Shades of Light Blue #AFDBEC

Tints of Light Blue #AFDBEC

Color information

#AFDBEC (or 0xAFDBEC) is unknown color: approx Light Blue. HEX triplet: AF, DB and EC. RGB value is (175,219,236). Sum of RGB (Red+Green+Blue) = 175+219+236=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBEC is #502413. Grayscale: #CFCFCF. Windows color (decimal): -5252116 or 15522735. OLE color: 15522735.

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

Color convert

RGB175219236-
CMYK0.260.0700.07
HSL196.72º61.62%80.59%-
HSV(B)196.72º25.85%92.55%-
XYZ58.1565.8389-
YUV207.78143.92104.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=27.78%
G=34.76%
B=37.46%

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
Decimal1752192360.260.0700.07196.7261.6280.59
HexAFDBEC1A707c53e51
Octal2573333543270730576121
Binary101011111101101111101100110101110111110001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBEC; }

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

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

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

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

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

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

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

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