Html Css Color HEX #9BBDCE Regent St Blue

📋 copy color: '#9BBDCE'

red 155 ◦ green 189 ◦ blue 206

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

Shades of Regent St Blue #9BBDCE

Tints of Regent St Blue #9BBDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

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

R = 28.18%
G = 34.36%
B = 37.45%

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

#9BBDCE (or 0x9BBDCE) is known color: Regent St Blue. HEX triplet: 9B, BD and CE. RGB value is (155,189,206). Sum of RGB (Red+Green+Blue) = 155+189+206=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDCE is #644231. Grayscale: #B4B4B4. Windows color (decimal): -6570546 or 13548955. OLE color: 13548955.

HSL color Cylindrical-coordinate representation of color #9BBDCE: hue angle of 200º 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 #9BBDCE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 189 206 -
CMYK 0.25 0.08 0 0.19
HSL 200º 0.34% 0.71% -
HSV(B) 200º 0.25% 0.81% -
XYZ 42.86 47.82 65.36 -
YUV 180.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 155 189 206 0.25 0.08 0 0.19 200 0.34 0.71
Hex 9B BD CE 19 8 0 13 C8 22 47
Octal 233 275 316 31 10 0 23 310 42 107
Binary 10011011 10111101 11001110 11001 1000 0 10011 11001000 100010 1000111

Color Harmonies of #9BBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDCE

Black with #9BBDCE

Text Example


Text Example

White with #9BBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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