#99BDD5

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

Shades of Regent St Blue #99BDD5

Tints of Regent St Blue #99BDD5

Color information

#99BDD5 (or 0x99BDD5) is unknown color: approx Regent St Blue. HEX triplet: 99, BD and D5. RGB value is (153,189,213). Sum of RGB (Red+Green+Blue) = 153+189+213=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #99BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD5 is #66422A. Grayscale: #B4B4B4. Windows color (decimal): -6701611 or 14007705. OLE color: 14007705.

HSL color Cylindrical-coordinate representation of color #99BDD5: hue angle of 204º 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 #99BDD5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153189213-
CMYK0.280.1100.16
HSL204º41.67%71.76%-
HSV(B)204º28.17%83.53%-
XYZ43.3447.9769.93-
YUV180.97146.07108.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=27.57%
G=34.05%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531892130.280.1100.1620441.6771.76
Hex99BDD51CB010cc2a48
Octal231275325341302031452110
Binary100110011011110111010101111001011010000110011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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