Html Css Color HEX #9BBED8 Regent St Blue

📋 copy color: '#9BBED8'

red 155 ◦ green 190 ◦ blue 216

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

Shades of Regent St Blue #9BBED8

Tints of Regent St Blue #9BBED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 27.63%
G = 33.87%
B = 38.5%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBED8 (or 0x9BBED8) is known color: Regent St Blue. HEX triplet: 9B, BE and D8. RGB value is (155,190,216). Sum of RGB (Red+Green+Blue) = 155+190+216=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBED8 is #644127. Grayscale: #B6B6B6. Windows color (decimal): -6570280 or 14204571. OLE color: 14204571.

HSL color Cylindrical-coordinate representation of color #9BBED8: hue angle of 205.57º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBED8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 190 216 -
CMYK 0.28 0.12 0 0.15
HSL 205.57º 0.44% 0.73% -
HSV(B) 205.57º 0.28% 0.85% -
XYZ 44.33 48.75 72.04 -
YUV 182.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 155 190 216 0.28 0.12 0 0.15 205.57 0.44 0.73
Hex 9B BE D8 1C C 0 F CE 2C 49
Octal 233 276 330 34 14 0 17 316 54 111
Binary 10011011 10111110 11011000 11100 1100 0 1111 11001110 101100 1001001

Color Harmonies of #9BBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBED8

Black with #9BBED8

Text Example


Text Example

White with #9BBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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