Html Css Color HEX #AFC6DF Light Steel Blue

📋 copy color: '#AFC6DF'

red 175 ◦ green 198 ◦ blue 223

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

Shades of Light Steel Blue #AFC6DF

Tints of Light Steel Blue #AFC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.22%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 29.36%
G = 33.22%
B = 37.42%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC6DF (or 0xAFC6DF) is known color: Light Steel Blue. HEX triplet: AF, C6 and DF. RGB value is (175,198,223). Sum of RGB (Red+Green+Blue) = 175+198+223=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DF is #503920. Grayscale: #C1C1C1. Windows color (decimal): -5257505 or 14665391. OLE color: 14665391.

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

Color convert

RGB 175 198 223 -
CMYK 0.22 0.11 0 0.13
HSL 211.25º 0.43% 0.78% -
HSV(B) 211.25º 0.22% 0.87% -
XYZ 51.19 54.83 77.7 -
YUV 193.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 175 198 223 0.22 0.11 0 0.13 211.25 0.43 0.78
Hex AF C6 DF 16 B 0 D D3 2B 4E
Octal 257 306 337 26 13 0 15 323 53 116
Binary 10101111 11000110 11011111 10110 1011 0 1101 11010011 101011 1001110

Color Harmonies of #AFC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6DF

Black with #AFC6DF

Text Example


Text Example

White with #AFC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6DF; }

 p { color: rgb(175,198,223); }

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

background-color css

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

 a { background-color: rgb(175,198,223); }

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

border-color css

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

 span { border-color: rgb(175,198,223); }

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