Html Css Color HEX #9BBECE Regent St Blue

📋 copy color: '#9BBECE'

red 155 ◦ green 190 ◦ blue 206

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

Shades of Regent St Blue #9BBECE

Tints of Regent St Blue #9BBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.48%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 28.13%
G = 34.48%
B = 37.39%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BBECE (or 0x9BBECE) is known color: Regent St Blue. HEX triplet: 9B, BE and CE. RGB value is (155,190,206). Sum of RGB (Red+Green+Blue) = 155+190+206=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBECE is #644131. Grayscale: #B5B5B5. Windows color (decimal): -6570290 or 13549211. OLE color: 13549211.

HSL color Cylindrical-coordinate representation of color #9BBECE: hue angle of 198.82º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBECE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 190 206 -
CMYK 0.25 0.08 0 0.19
HSL 198.82º 0.34% 0.71% -
HSV(B) 198.82º 0.25% 0.81% -
XYZ 43.07 48.25 65.44 -
YUV 181.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 155 190 206 0.25 0.08 0 0.19 198.82 0.34 0.71
Hex 9B BE CE 19 8 0 13 C7 22 47
Octal 233 276 316 31 10 0 23 307 42 107
Binary 10011011 10111110 11001110 11001 1000 0 10011 11000111 100010 1000111

Color Harmonies of #9BBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBECE

Black with #9BBECE

Text Example


Text Example

White with #9BBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,206); }

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

background-color css

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

 a { background-color: rgb(155,190,206); }

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

border-color css

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

 span { border-color: rgb(155,190,206); }

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