Html Css Color HEX #9BBFC9 Regent St Blue

📋 copy color: '#9BBFC9'

red 155 ◦ green 191 ◦ blue 201

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

Shades of Regent St Blue #9BBFC9

Tints of Regent St Blue #9BBFC9

RGB

 RED value IS 155 (60.94% from 255) = 28.34%

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

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 28.34%
G = 34.92%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BBFC9 (or 0x9BBFC9) is known color: Regent St Blue. HEX triplet: 9B, BF and C9. RGB value is (155,191,201). Sum of RGB (Red+Green+Blue) = 155+191+201=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC9 is #644036. Grayscale: #B5B5B5. Windows color (decimal): -6570039 or 13221787. OLE color: 13221787.

HSL color Cylindrical-coordinate representation of color #9BBFC9: hue angle of 193.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBFC9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 191 201 -
CMYK 0.23 0.05 0 0.21
HSL 193.04º 0.3% 0.7% -
HSV(B) 193.04º 0.23% 0.79% -
XYZ 42.69 48.45 62.36 -
YUV 181.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 155 191 201 0.23 0.05 0 0.21 193.04 0.3 0.7
Hex 9B BF C9 17 5 0 15 C1 1E 46
Octal 233 277 311 27 5 0 25 301 36 106
Binary 10011011 10111111 11001001 10111 101 0 10101 11000001 11110 1000110

Color Harmonies of #9BBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFC9

Black with #9BBFC9

Text Example


Text Example

White with #9BBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,201); }

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

background-color css

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

 a { background-color: rgb(155,191,201); }

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

border-color css

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

 span { border-color: rgb(155,191,201); }

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