#99BEC8

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

Shades of Regent St Blue #99BEC8

Tints of Regent St Blue #99BEC8

Color information

#99BEC8 (or 0x99BEC8) is unknown color: approx Regent St Blue. HEX triplet: 99, BE and C8. RGB value is (153,190,200). Sum of RGB (Red+Green+Blue) = 153+190+200=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #99BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEC8 is #664137. Grayscale: #B4B4B4. Windows color (decimal): -6701368 or 13155993. OLE color: 13155993.

HSL color Cylindrical-coordinate representation of color #99BEC8: hue angle of 192.77º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99BEC8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153190200-
CMYK0.240.0500.22
HSL192.77º29.94%69.22%-
HSV(B)192.77º23.5%78.43%-
XYZ41.9847.7761.65-
YUV180.08139.24108.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.18%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 200 (78.52% from 255) = 36.83%
R=28.18%
G=34.99%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531902000.240.0500.22192.7729.9469.22
Hex99BEC8185016c11e45
Octal23127631030502630136105
Binary1001100110111110110010001100010101011011000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,190,200); }

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

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

 a { background-color: rgb(153,190,200); }

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

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

 span { border-color: rgb(153,190,200); }

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