#99BDD7

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

Shades of Regent St Blue #99BDD7

Tints of Regent St Blue #99BDD7

Color information

#99BDD7 (or 0x99BDD7) is unknown color: approx Regent St Blue. HEX triplet: 99, BD and D7. RGB value is (153,189,215). Sum of RGB (Red+Green+Blue) = 153+189+215=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #99BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD7 is #664228. Grayscale: #B5B5B5. Windows color (decimal): -6701609 or 14138777. OLE color: 14138777.

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

Color convert

RGB153189215-
CMYK0.290.1200.16
HSL205.16º43.66%72.16%-
HSV(B)205.16º28.84%84.31%-
XYZ43.648.0771.27-
YUV181.2147.07107.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=27.47%
G=33.93%
B=38.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531892150.290.1200.16205.1643.6672.16
Hex99BDD71DC010cd2c48
Octal231275327351402031554110
Binary100110011011110111010111111011100010000110011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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