Html Css Color HEX #9CBFDF Light Steel Blue

📋 copy color: '#9CBFDF'

red 156 ◦ green 191 ◦ blue 223

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

Shades of Light Steel Blue #9CBFDF

Tints of Light Steel Blue #9CBFDF

RGB

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

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

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

R = 27.37%
G = 33.51%
B = 39.12%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CBFDF (or 0x9CBFDF) is known color: Light Steel Blue. HEX triplet: 9C, BF and DF. RGB value is (156,191,223). Sum of RGB (Red+Green+Blue) = 156+191+223=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDF is #634020. Grayscale: #B8B8B8. Windows color (decimal): -6504481 or 14663580. OLE color: 14663580.

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

Color convert

RGB 156 191 223 -
CMYK 0.30 0.14 0 0.13
HSL 208.66º 0.51% 0.74% -
HSV(B) 208.66º 0.3% 0.87% -
XYZ 45.66 49.66 76.99 -
YUV 184.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 156 191 223 0.30 0.14 0 0.13 208.66 0.51 0.74
Hex 9C BF DF 1E E 0 D D1 33 4A
Octal 234 277 337 36 16 0 15 321 63 112
Binary 10011100 10111111 11011111 11110 1110 0 1101 11010001 110011 1001010

Color Harmonies of #9CBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFDF

Black with #9CBFDF

Text Example


Text Example

White with #9CBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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