#AFCBE2

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

Shades of Light Steel Blue #AFCBE2

Tints of Light Steel Blue #AFCBE2

Color information

#AFCBE2 (or 0xAFCBE2) is unknown color: approx Light Steel Blue. HEX triplet: AF, CB and E2. RGB value is (175,203,226). Sum of RGB (Red+Green+Blue) = 175+203+226=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBE2 is #50341D. Grayscale: #C5C5C5. Windows color (decimal): -5256222 or 14863279. OLE color: 14863279.

HSL color Cylindrical-coordinate representation of color #AFCBE2: hue angle of 207.06º degrees, saturation: 0.47, 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 #AFCBE2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175203226-
CMYK0.230.1000.11
HSL207.06º46.79%78.63%-
HSV(B)207.06º22.57%88.63%-
XYZ52.7657.3280.23-
YUV197.25144.22112.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=28.97%
G=33.61%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752032260.230.1000.11207.0646.7978.63
HexAFCBE217A0Bcf2f4f
Octal257313342271201331757117
Binary10101111110010111110001010111101001011110011111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBE2; }

 p { color: rgb(175,203,226); }

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

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

 a { background-color: rgb(175,203,226); }

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

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

 span { border-color: rgb(175,203,226); }

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