Html Css Color HEX #9BBCD2 Regent St Blue

📋 copy color: '#9BBCD2'

red 155 ◦ green 188 ◦ blue 210

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

Shades of Regent St Blue #9BBCD2

Tints of Regent St Blue #9BBCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 28.03%
G = 34%
B = 37.97%

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

#9BBCD2 (or 0x9BBCD2) is known color: Regent St Blue. HEX triplet: 9B, BC and D2. RGB value is (155,188,210). Sum of RGB (Red+Green+Blue) = 155+188+210=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #9BBCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD2 is #64432D. Grayscale: #B4B4B4. Windows color (decimal): -6570798 or 13810843. OLE color: 13810843.

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

Color convert

RGB 155 188 210 -
CMYK 0.26 0.10 0 0.18
HSL 204º 0.38% 0.72% -
HSV(B) 204º 0.26% 0.82% -
XYZ 43.13 47.59 67.88 -
YUV 180.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 155 188 210 0.26 0.10 0 0.18 204 0.38 0.72
Hex 9B BC D2 1A A 0 12 CC 26 48
Octal 233 274 322 32 12 0 22 314 46 110
Binary 10011011 10111100 11010010 11010 1010 0 10010 11001100 100110 1001000

Color Harmonies of #9BBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCD2

Black with #9BBCD2

Text Example


Text Example

White with #9BBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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