#98BECB

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

Shades of Regent St Blue #98BECB

Tints of Regent St Blue #98BECB

Color information

#98BECB (or 0x98BECB) is unknown color: approx Regent St Blue. HEX triplet: 98, BE and CB. RGB value is (152,190,203). Sum of RGB (Red+Green+Blue) = 152+190+203=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #98BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BECB is #674134. Grayscale: #B4B4B4. Windows color (decimal): -6766901 or 13352600. OLE color: 13352600.

HSL color Cylindrical-coordinate representation of color #98BECB: hue angle of 195.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BECB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152190203-
CMYK0.250.0600.20
HSL195.29º32.9%69.61%-
HSV(B)195.29º25.12%79.61%-
XYZ42.1447.8163.51-
YUV180.12140.91107.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=27.89%
G=34.86%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521902030.250.0600.20195.2932.969.61
Hex98BECB196014c32146
Octal23027631331602430341106
Binary10011000101111101100101111001110010100110000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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