#AFC4E4

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

Shades of Light Steel Blue #AFC4E4

Tints of Light Steel Blue #AFC4E4

Color information

#AFC4E4 (or 0xAFC4E4) is unknown color: approx Light Steel Blue. HEX triplet: AF, C4 and E4. RGB value is (175,196,228). Sum of RGB (Red+Green+Blue) = 175+196+228=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFC4E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4E4 is #503B1B. Grayscale: #C1C1C1. Windows color (decimal): -5258012 or 14992559. OLE color: 14992559.

HSL color Cylindrical-coordinate representation of color #AFC4E4: hue angle of 216.23º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC4E4 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175196228-
CMYK0.230.1400.11
HSL216.23º49.53%79.02%-
HSV(B)216.23º23.25%89.41%-
XYZ51.4254.281.15-
YUV193.37147.54114.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 196 (76.95% from 255) = 32.72%
BLUE value IS 228 (89.45% from 255) = 38.06%
R=29.22%
G=32.72%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751962280.230.1400.11216.2349.5379.02
HexAFC4E417E0Bd8324f
Octal257304344271601333062117
Binary10101111110001001110010010111111001011110110001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4E4; }

 p { color: rgb(175,196,228); }

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

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

 a { background-color: rgb(175,196,228); }

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

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

 span { border-color: rgb(175,196,228); }

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