Html Css Color HEX #9CBFDD Light Steel Blue

📋 copy color: '#9CBFDD'

red 156 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #9CBFDD

Tints of Light Steel Blue #9CBFDD

RGB

 RED value IS 156 (61.33% from 255) = 27.46%

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 27.46%
G = 33.63%
B = 38.91%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CBFDD (or 0x9CBFDD) is known color: Light Steel Blue. HEX triplet: 9C, BF and DD. RGB value is (156,191,221). Sum of RGB (Red+Green+Blue) = 156+191+221=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDD is #634022. Grayscale: #B7B7B7. Windows color (decimal): -6504483 or 14532508. OLE color: 14532508.

HSL color Cylindrical-coordinate representation of color #9CBFDD: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBFDD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 191 221 -
CMYK 0.29 0.14 0 0.13
HSL 207.69º 0.49% 0.74% -
HSV(B) 207.69º 0.29% 0.87% -
XYZ 45.39 49.55 75.58 -
YUV 183.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 156 191 221 0.29 0.14 0 0.13 207.69 0.49 0.74
Hex 9C BF DD 1D E 0 D D0 31 4A
Octal 234 277 335 35 16 0 15 320 61 112
Binary 10011100 10111111 11011101 11101 1110 0 1101 11010000 110001 1001010

Color Harmonies of #9CBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFDD

Black with #9CBFDD

Text Example


Text Example

White with #9CBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CBFDD; }

 p { color: rgb(156,191,221); }

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

background-color css

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

 a { background-color: rgb(156,191,221); }

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

border-color css

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

 span { border-color: rgb(156,191,221); }

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