#99BCD5

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

Shades of Regent St Blue #99BCD5

Tints of Regent St Blue #99BCD5

Color information

#99BCD5 (or 0x99BCD5) is unknown color: approx Regent St Blue. HEX triplet: 99, BC and D5. RGB value is (153,188,213). Sum of RGB (Red+Green+Blue) = 153+188+213=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #99BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCD5 is #66432A. Grayscale: #B4B4B4. Windows color (decimal): -6701867 or 14007449. OLE color: 14007449.

HSL color Cylindrical-coordinate representation of color #99BCD5: hue angle of 205º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BCD5 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153188213-
CMYK0.280.1200.16
HSL205º41.67%71.76%-
HSV(B)205º28.17%83.53%-
XYZ43.1347.5469.85-
YUV180.39146.4108.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=27.62%
G=33.94%
B=38.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531882130.280.1200.1620541.6771.76
Hex99BCD51CC010cd2a48
Octal231274325341402031552110
Binary100110011011110011010101111001100010000110011011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,213); }

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

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

 a { background-color: rgb(153,188,213); }

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

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

 span { border-color: rgb(153,188,213); }

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