#98C6DC

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

Shades of Regent St Blue #98C6DC

Tints of Regent St Blue #98C6DC

Color information

#98C6DC (or 0x98C6DC) is unknown color: approx Regent St Blue. HEX triplet: 98, C6 and DC. RGB value is (152,198,220). Sum of RGB (Red+Green+Blue) = 152+198+220=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #98C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6DC is #673923. Grayscale: #BABABA. Windows color (decimal): -6764836 or 14468760. OLE color: 14468760.

HSL color Cylindrical-coordinate representation of color #98C6DC: hue angle of 199.41º 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 #98C6DC is Cyan = 0.31, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152198220-
CMYK0.310.100.14
HSL199.41º49.28%72.94%-
HSV(B)199.41º30.91%86.27%-
XYZ46.0652.2375.36-
YUV186.75146.76103.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=26.67%
G=34.74%
B=38.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521982200.310.100.14199.4149.2872.94
Hex98C6DC1FA0Ec73149
Octal230306334371201630761111
Binary10011000110001101101110011111101001110110001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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