#AFDCEA

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

Shades of Light Blue #AFDCEA

Tints of Light Blue #AFDCEA

Color information

#AFDCEA (or 0xAFDCEA) is unknown color: approx Light Blue. HEX triplet: AF, DC and EA. RGB value is (175,220,234). Sum of RGB (Red+Green+Blue) = 175+220+234=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEA is #502315. Grayscale: #D0D0D0. Windows color (decimal): -5251862 or 15391919. OLE color: 15391919.

HSL color Cylindrical-coordinate representation of color #AFDCEA: hue angle of 194.24º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDCEA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175220234-
CMYK0.250.0600.08
HSL194.24º58.42%80.2%-
HSV(B)194.24º25.21%91.76%-
XYZ58.1266.2487.56-
YUV208.14142.59104.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=27.82%
G=34.98%
B=37.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752202340.250.0600.08194.2458.4280.2
HexAFDCEA19608c23a50
Octal25733435231601030272120
Binary1010111111011100111010101100111001000110000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCEA; }

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

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

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

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

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

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

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

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