Html Css Color HEX #9CBFCD Regent St Blue

📋 copy color: '#9CBFCD'

red 156 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #9CBFCD

Tints of Regent St Blue #9CBFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 28.26%
G = 34.6%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CBFCD (or 0x9CBFCD) is known color: Regent St Blue. HEX triplet: 9C, BF and CD. RGB value is (156,191,205). Sum of RGB (Red+Green+Blue) = 156+191+205=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFCD is #634032. Grayscale: #B6B6B6. Windows color (decimal): -6504499 or 13483932. OLE color: 13483932.

HSL color Cylindrical-coordinate representation of color #9CBFCD: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBFCD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 191 205 -
CMYK 0.24 0.07 0 0.20
HSL 197.14º 0.33% 0.71% -
HSV(B) 197.14º 0.24% 0.8% -
XYZ 43.36 48.74 64.88 -
YUV 182.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 156 191 205 0.24 0.07 0 0.20 197.14 0.33 0.71
Hex 9C BF CD 18 7 0 14 C5 21 47
Octal 234 277 315 30 7 0 24 305 41 107
Binary 10011100 10111111 11001101 11000 111 0 10100 11000101 100001 1000111

Color Harmonies of #9CBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFCD

Black with #9CBFCD

Text Example


Text Example

White with #9CBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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