Html Css Color HEX #AFBFDA Light Steel Blue

📋 copy color: '#AFBFDA'

red 175 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #AFBFDA

Tints of Light Steel Blue #AFBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 29.97%
G = 32.71%
B = 37.33%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFBFDA (or 0xAFBFDA) is known color: Light Steel Blue. HEX triplet: AF, BF and DA. RGB value is (175,191,218). Sum of RGB (Red+Green+Blue) = 175+191+218=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDA is #504025. Grayscale: #BDBDBD. Windows color (decimal): -5259302 or 14335919. OLE color: 14335919.

HSL color Cylindrical-coordinate representation of color #AFBFDA: hue angle of 217.67º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBFDA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 191 218 -
CMYK 0.20 0.12 0 0.15
HSL 217.67º 0.37% 0.77% -
HSV(B) 217.67º 0.2% 0.85% -
XYZ 48.96 51.44 73.68 -
YUV 189.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 175 191 218 0.20 0.12 0 0.15 217.67 0.37 0.77
Hex AF BF DA 14 C 0 F DA 25 4D
Octal 257 277 332 24 14 0 17 332 45 115
Binary 10101111 10111111 11011010 10100 1100 0 1111 11011010 100101 1001101

Color Harmonies of #AFBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFDA

Black with #AFBFDA

Text Example


Text Example

White with #AFBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFDA; }

 p { color: rgb(175,191,218); }

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

background-color css

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

 a { background-color: rgb(175,191,218); }

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

border-color css

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

 span { border-color: rgb(175,191,218); }

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