#98D0DB

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

Shades of Regent St Blue #98D0DB

Tints of Regent St Blue #98D0DB

Color information

#98D0DB (or 0x98D0DB) is unknown color: approx Regent St Blue. HEX triplet: 98, D0 and DB. RGB value is (152,208,219). Sum of RGB (Red+Green+Blue) = 152+208+219=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #98D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0DB is #672F24. Grayscale: #C0C0C0. Windows color (decimal): -6762277 or 14405784. OLE color: 14405784.

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

Color convert

RGB152208219-
CMYK0.310.0500.14
HSL189.85º48.2%72.75%-
HSV(B)189.85º30.59%85.88%-
XYZ48.2956.975.46-
YUV192.51142.9599.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=26.25%
G=35.92%
B=37.82%

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
Decimal1522082190.310.0500.14189.8548.272.75
Hex98D0DB1F50Ebe3049
Octal23032033337501627660111
Binary1001100011010000110110111111110101110101111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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