Html Css Color HEX #9BBCD1 Regent St Blue

📋 copy color: '#9BBCD1'

red 155 ◦ green 188 ◦ blue 209

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

Shades of Regent St Blue #9BBCD1

Tints of Regent St Blue #9BBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 28.08%
G = 34.06%
B = 37.86%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9BBCD1 (or 0x9BBCD1) is known color: Regent St Blue. HEX triplet: 9B, BC and D1. RGB value is (155,188,209). Sum of RGB (Red+Green+Blue) = 155+188+209=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #9BBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD1 is #64432E. Grayscale: #B4B4B4. Windows color (decimal): -6570799 or 13745307. OLE color: 13745307.

HSL color Cylindrical-coordinate representation of color #9BBCD1: hue angle of 203.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BBCD1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 188 209 -
CMYK 0.26 0.10 0 0.18
HSL 203.33º 0.37% 0.71% -
HSV(B) 203.33º 0.26% 0.82% -
XYZ 43.01 47.54 67.23 -
YUV 180.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 155 188 209 0.26 0.10 0 0.18 203.33 0.37 0.71
Hex 9B BC D1 1A A 0 12 CB 25 47
Octal 233 274 321 32 12 0 22 313 45 107
Binary 10011011 10111100 11010001 11010 1010 0 10010 11001011 100101 1000111

Color Harmonies of #9BBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCD1

Black with #9BBCD1

Text Example


Text Example

White with #9BBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,209); }

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

background-color css

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

 a { background-color: rgb(155,188,209); }

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

border-color css

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

 span { border-color: rgb(155,188,209); }

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