#99BED7

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

Shades of Regent St Blue #99BED7

Tints of Regent St Blue #99BED7

Color information

#99BED7 (or 0x99BED7) is unknown color: approx Regent St Blue. HEX triplet: 99, BE and D7. RGB value is (153,190,215). Sum of RGB (Red+Green+Blue) = 153+190+215=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #99BED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BED7 is #664128. Grayscale: #B5B5B5. Windows color (decimal): -6701353 or 14139033. OLE color: 14139033.

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

Color convert

RGB153190215-
CMYK0.290.1200.16
HSL204.19º43.66%72.16%-
HSV(B)204.19º28.84%84.31%-
XYZ43.8248.5171.34-
YUV181.79146.74107.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=27.42%
G=34.05%
B=38.53%

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
Decimal1531902150.290.1200.16204.1943.6672.16
Hex99BED71DC010cc2c48
Octal231276327351402031454110
Binary100110011011111011010111111011100010000110011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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