Html Css Color HEX #AFCBE0 Light Steel Blue

📋 copy color: '#AFCBE0'

red 175 ◦ green 203 ◦ blue 224

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

Shades of Light Steel Blue #AFCBE0

Tints of Light Steel Blue #AFCBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.21%

R = 29.07%
G = 33.72%
B = 37.21%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFCBE0 (or 0xAFCBE0) is known color: Light Steel Blue. HEX triplet: AF, CB and E0. RGB value is (175,203,224). Sum of RGB (Red+Green+Blue) = 175+203+224=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBE0 is #50341F. Grayscale: #C4C4C4. Windows color (decimal): -5256224 or 14732207. OLE color: 14732207.

HSL color Cylindrical-coordinate representation of color #AFCBE0: hue angle of 205.71º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCBE0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 203 224 -
CMYK 0.22 0.09 0 0.12
HSL 205.71º 0.44% 0.78% -
HSV(B) 205.71º 0.22% 0.88% -
XYZ 52.49 57.21 78.8 -
YUV 197.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 175 203 224 0.22 0.09 0 0.12 205.71 0.44 0.78
Hex AF CB E0 16 9 0 C CE 2C 4E
Octal 257 313 340 26 11 0 14 316 54 116
Binary 10101111 11001011 11100000 10110 1001 0 1100 11001110 101100 1001110

Color Harmonies of #AFCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBE0

Black with #AFCBE0

Text Example


Text Example

White with #AFCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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