Html Css Color HEX #AFC2E4 Light Steel Blue

📋 copy color: '#AFC2E4'

red 175 ◦ green 194 ◦ blue 228

#AFC2E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #AFC2E4

Tints of Light Steel Blue #AFC2E4

RGB

 RED value IS 175 (68.75% from 255) = 29.31%

 GREEN value IS 194 (76.17% from 255) = 32.5%

 BLUE value IS 228 (89.45% from 255) = 38.19%

R = 29.31%
G = 32.5%
B = 38.19%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFC2E4 (or 0xAFC2E4) is known color: Light Steel Blue. HEX triplet: AF, C2 and E4. RGB value is (175,194,228). Sum of RGB (Red+Green+Blue) = 175+194+228=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFC2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2E4 is #503D1B. Grayscale: #C0C0C0. Windows color (decimal): -5258524 or 14992047. OLE color: 14992047.

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

Color convert

RGB 175 194 228 -
CMYK 0.23 0.15 0 0.11
HSL 218.49º 0.5% 0.79% -
HSV(B) 218.49º 0.23% 0.89% -
XYZ 50.97 53.3 81 -
YUV 192.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 175 194 228 0.23 0.15 0 0.11 218.49 0.5 0.79
Hex AF C2 E4 17 F 0 B DA 32 4F
Octal 257 302 344 27 17 0 13 332 62 117
Binary 10101111 11000010 11100100 10111 1111 0 1011 11011010 110010 1001111

Color Harmonies of #AFC2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2E4

Black with #AFC2E4

Text Example


Text Example

White with #AFC2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2E4; }

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

 H1.HeaderClassName
 {
   color: #AFC2E4;
 }
 .AnyTagClassName
 {
   color: #AFC2E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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