#98C8DC

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

Shades of Regent St Blue #98C8DC

Tints of Regent St Blue #98C8DC

Color information

#98C8DC (or 0x98C8DC) is unknown color: approx Regent St Blue. HEX triplet: 98, C8 and DC. RGB value is (152,200,220). Sum of RGB (Red+Green+Blue) = 152+200+220=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #98C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8DC is #673723. Grayscale: #BBBBBB. Windows color (decimal): -6764324 or 14469272. OLE color: 14469272.

HSL color Cylindrical-coordinate representation of color #98C8DC: hue angle of 197.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C8DC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152200220-
CMYK0.310.0900.14
HSL197.65º49.28%72.94%-
HSV(B)197.65º30.91%86.27%-
XYZ46.5253.1575.52-
YUV187.93146.1102.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=26.57%
G=34.97%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522002200.310.0900.14197.6549.2872.94
Hex98C8DC1F90Ec63149
Octal230310334371101630661111
Binary10011000110010001101110011111100101110110001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,200,220); }

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

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

 a { background-color: rgb(152,200,220); }

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

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

 span { border-color: rgb(152,200,220); }

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