#98D0DC

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

Shades of Regent St Blue #98D0DC

Tints of Regent St Blue #98D0DC

Color information

#98D0DC (or 0x98D0DC) is unknown color: approx Regent St Blue. HEX triplet: 98, D0 and DC. RGB value is (152,208,220). Sum of RGB (Red+Green+Blue) = 152+208+220=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #98D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0DC is #672F23. Grayscale: #C0C0C0. Windows color (decimal): -6762276 or 14471320. OLE color: 14471320.

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

Color convert

RGB152208220-
CMYK0.310.0500.14
HSL190.59º49.28%72.94%-
HSV(B)190.59º30.91%86.27%-
XYZ48.4256.9576.15-
YUV192.62143.4599.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=26.21%
G=35.86%
B=37.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522082200.310.0500.14190.5949.2872.94
Hex98D0DC1F50Ebf3149
Octal23032033437501627761111
Binary1001100011010000110111001111110101110101111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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