#AFC4DD

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

Shades of Light Steel Blue #AFC4DD

Tints of Light Steel Blue #AFC4DD

Color information

#AFC4DD (or 0xAFC4DD) is unknown color: approx Light Steel Blue. HEX triplet: AF, C4 and DD. RGB value is (175,196,221). Sum of RGB (Red+Green+Blue) = 175+196+221=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DD is #503B22. Grayscale: #C0C0C0. Windows color (decimal): -5258019 or 14533807. OLE color: 14533807.

HSL color Cylindrical-coordinate representation of color #AFC4DD: hue angle of 212.61º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC4DD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175196221-
CMYK0.210.1100.13
HSL212.61º40.35%77.65%-
HSV(B)212.61º20.81%86.67%-
XYZ50.4753.8176.13-
YUV192.57144.04115.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=29.56%
G=33.11%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751962210.210.1100.13212.6140.3577.65
HexAFC4DD15B0Dd5284e
Octal257304335251301532550116
Binary10101111110001001101110110101101101101110101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4DD; }

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

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

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

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

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

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

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

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