Html Css Color HEX #9BBFD9 Regent St Blue

📋 copy color: '#9BBFD9'

red 155 ◦ green 191 ◦ blue 217

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

Shades of Regent St Blue #9BBFD9

Tints of Regent St Blue #9BBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 33.93%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 27.53%
G = 33.93%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BBFD9 (or 0x9BBFD9) is known color: Regent St Blue. HEX triplet: 9B, BF and D9. RGB value is (155,191,217). Sum of RGB (Red+Green+Blue) = 155+191+217=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #9BBFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFD9 is #644026. Grayscale: #B7B7B7. Windows color (decimal): -6570023 or 14270363. OLE color: 14270363.

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

Color convert

RGB 155 191 217 -
CMYK 0.29 0.12 0 0.15
HSL 205.16º 0.45% 0.73% -
HSV(B) 205.16º 0.29% 0.85% -
XYZ 44.67 49.24 72.8 -
YUV 183.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 155 191 217 0.29 0.12 0 0.15 205.16 0.45 0.73
Hex 9B BF D9 1D C 0 F CD 2D 49
Octal 233 277 331 35 14 0 17 315 55 111
Binary 10011011 10111111 11011001 11101 1100 0 1111 11001101 101101 1001001

Color Harmonies of #9BBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFD9

Black with #9BBFD9

Text Example


Text Example

White with #9BBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,217); }

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

background-color css

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

 a { background-color: rgb(155,191,217); }

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

border-color css

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

 span { border-color: rgb(155,191,217); }

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