#98BDD5

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

Shades of Regent St Blue #98BDD5

Tints of Regent St Blue #98BDD5

Color information

#98BDD5 (or 0x98BDD5) is unknown color: approx Regent St Blue. HEX triplet: 98, BD and D5. RGB value is (152,189,213). Sum of RGB (Red+Green+Blue) = 152+189+213=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #98BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDD5 is #67422A. Grayscale: #B4B4B4. Windows color (decimal): -6767147 or 14007704. OLE color: 14007704.

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

Color convert

RGB152189213-
CMYK0.290.1100.16
HSL203.61º42.07%71.57%-
HSV(B)203.61º28.64%83.53%-
XYZ43.1647.8769.92-
YUV180.67146.24107.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.44%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=27.44%
G=34.12%
B=38.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521892130.290.1100.16203.6142.0771.57
Hex98BDD51DB010cc2a48
Octal230275325351302031452110
Binary100110001011110111010101111011011010000110011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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