Html Css Color HEX #AFCBDF Light Steel Blue

📋 copy color: '#AFCBDF'

red 175 ◦ green 203 ◦ blue 223

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

Shades of Light Steel Blue #AFCBDF

Tints of Light Steel Blue #AFCBDF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.78%

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

R = 29.12%
G = 33.78%
B = 37.1%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFCBDF (or 0xAFCBDF) is known color: Light Steel Blue. HEX triplet: AF, CB and DF. RGB value is (175,203,223). Sum of RGB (Red+Green+Blue) = 175+203+223=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBDF is #503420. Grayscale: #C4C4C4. Windows color (decimal): -5256225 or 14666671. OLE color: 14666671.

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

Color convert

RGB 175 203 223 -
CMYK 0.22 0.09 0 0.13
HSL 205º 0.43% 0.78% -
HSV(B) 205º 0.22% 0.87% -
XYZ 52.35 57.15 78.08 -
YUV 196.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 175 203 223 0.22 0.09 0 0.13 205 0.43 0.78
Hex AF CB DF 16 9 0 D CD 2B 4E
Octal 257 313 337 26 11 0 15 315 53 116
Binary 10101111 11001011 11011111 10110 1001 0 1101 11001101 101011 1001110

Color Harmonies of #AFCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBDF

Black with #AFCBDF

Text Example


Text Example

White with #AFCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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