Html Css Color HEX #AFBDDA Light Steel Blue

📋 copy color: '#AFBDDA'

red 175 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #AFBDDA

Tints of Light Steel Blue #AFBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.47%

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

R = 30.07%
G = 32.47%
B = 37.46%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFBDDA (or 0xAFBDDA) is known color: Light Steel Blue. HEX triplet: AF, BD and DA. RGB value is (175,189,218). Sum of RGB (Red+Green+Blue) = 175+189+218=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDA is #504225. Grayscale: #BBBBBB. Windows color (decimal): -5259814 or 14335407. OLE color: 14335407.

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

Color convert

RGB 175 189 218 -
CMYK 0.20 0.13 0 0.15
HSL 220.47º 0.37% 0.77% -
HSV(B) 220.47º 0.2% 0.85% -
XYZ 48.53 50.57 73.53 -
YUV 188.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 175 189 218 0.20 0.13 0 0.15 220.47 0.37 0.77
Hex AF BD DA 14 D 0 F DC 25 4D
Octal 257 275 332 24 15 0 17 334 45 115
Binary 10101111 10111101 11011010 10100 1101 0 1111 11011100 100101 1001101

Color Harmonies of #AFBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDDA

Black with #AFBDDA

Text Example


Text Example

White with #AFBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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