#AFDAEC

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

Shades of Light Blue #AFDAEC

Tints of Light Blue #AFDAEC

Color information

#AFDAEC (or 0xAFDAEC) is unknown color: approx Light Blue. HEX triplet: AF, DA and EC. RGB value is (175,218,236). Sum of RGB (Red+Green+Blue) = 175+218+236=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAEC is #502513. Grayscale: #CFCFCF. Windows color (decimal): -5252372 or 15522479. OLE color: 15522479.

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

Color convert

RGB175218236-
CMYK0.260.0800.07
HSL197.7º61.62%80.59%-
HSV(B)197.7º25.85%92.55%-
XYZ57.8965.3188.91-
YUV207.2144.25105.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=27.82%
G=34.66%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752182360.260.0800.07197.761.6280.59
HexAFDAEC1A807c63e51
Octal25733235432100730676121
Binary1010111111011010111011001101010000111110001101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAEC; }

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

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

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

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

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

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

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

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