#99BFC9

Color #99BFC9 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #99BFC9

Tints of Regent St Blue #99BFC9

Color information

#99BFC9 (or 0x99BFC9) is unknown color: approx Regent St Blue. HEX triplet: 99, BF and C9. RGB value is (153,191,201). Sum of RGB (Red+Green+Blue) = 153+191+201=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #99BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFC9 is #664036. Grayscale: #B4B4B4. Windows color (decimal): -6701111 or 13221785. OLE color: 13221785.

HSL color Cylindrical-coordinate representation of color #99BFC9: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BFC9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153191201-
CMYK0.240.0500.21
HSL192.5º30.77%69.41%-
HSV(B)192.5º23.88%78.82%-
XYZ42.3148.2562.34-
YUV180.78139.41108.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.07%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=28.07%
G=35.05%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531912010.240.0500.21192.530.7769.41
Hex99BFC9185015c01f45
Octal23127731130502530037105
Binary1001100110111111110010011100010101010111000000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BFC9; }

 p { color: rgb(153,191,201); }

 H1.HeaderClassName
 {
   color: #99BFC9;
 }
 .AnyTagClassName
 {
   color: #99BFC9;
 }
</style>
background-color css

<style>
 a { background-color: #99BFC9; }

 a { background-color: rgb(153,191,201); }

 div.DivClassName
 {
   background-color: #99BFC9;
 }
 .BgClassName
 {
   background-color: #99BFC9;
 }
</style>
border-color css

<style>
 span { border-color: #99BFC9; }

 span { border-color: rgb(153,191,201); }

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