#98C5DA

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

Shades of Regent St Blue #98C5DA

Tints of Regent St Blue #98C5DA

Color information

#98C5DA (or 0x98C5DA) is unknown color: approx Regent St Blue. HEX triplet: 98, C5 and DA. RGB value is (152,197,218). Sum of RGB (Red+Green+Blue) = 152+197+218=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #98C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5DA is #673A25. Grayscale: #B9B9B9. Windows color (decimal): -6765094 or 14337432. OLE color: 14337432.

HSL color Cylindrical-coordinate representation of color #98C5DA: hue angle of 199.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C5DA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152197218-
CMYK0.300.1000.15
HSL199.09º47.14%72.55%-
HSV(B)199.09º30.28%85.49%-
XYZ45.5751.6773.9-
YUV185.94146.09103.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=26.81%
G=34.74%
B=38.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521972180.300.1000.15199.0947.1472.55
Hex98C5DA1EA0Fc72f49
Octal230305332361201730757111
Binary10011000110001011101101011110101001111110001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,197,218); }

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

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

 a { background-color: rgb(152,197,218); }

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

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

 span { border-color: rgb(152,197,218); }

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