#98BECF

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

Shades of Regent St Blue #98BECF

Tints of Regent St Blue #98BECF

Color information

#98BECF (or 0x98BECF) is unknown color: approx Regent St Blue. HEX triplet: 98, BE and CF. RGB value is (152,190,207). Sum of RGB (Red+Green+Blue) = 152+190+207=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #98BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BECF is #674130. Grayscale: #B4B4B4. Windows color (decimal): -6766897 or 13614744. OLE color: 13614744.

HSL color Cylindrical-coordinate representation of color #98BECF: hue angle of 198.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BECF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152190207-
CMYK0.270.0800.19
HSL198.55º36.42%70.39%-
HSV(B)198.55º26.57%81.18%-
XYZ42.6248.0166.05-
YUV180.58142.91107.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=27.69%
G=34.61%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521902070.270.0800.19198.5536.4270.39
Hex98BECF1B8013c72446
Octal230276317331002330744106
Binary100110001011111011001111110111000010011110001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BECF; }

 p { color: rgb(152,190,207); }

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

<style>
 a { background-color: #98BECF; }

 a { background-color: rgb(152,190,207); }

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

<style>
 span { border-color: #98BECF; }

 span { border-color: rgb(152,190,207); }

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