#98D1DD

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

Shades of Regent St Blue #98D1DD

Tints of Regent St Blue #98D1DD

Color information

#98D1DD (or 0x98D1DD) is unknown color: approx Regent St Blue. HEX triplet: 98, D1 and DD. RGB value is (152,209,221). Sum of RGB (Red+Green+Blue) = 152+209+221=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #98D1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1DD is #672E22. Grayscale: #C1C1C1. Windows color (decimal): -6762019 or 14537112. OLE color: 14537112.

HSL color Cylindrical-coordinate representation of color #98D1DD: hue angle of 190.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98D1DD is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152209221-
CMYK0.310.0500.13
HSL190.43º50.36%73.14%-
HSV(B)190.43º31.22%86.67%-
XYZ48.857.576.93-
YUV193.32143.6298.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=26.12%
G=35.91%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522092210.310.0500.13190.4350.3673.14
Hex98D1DD1F50Dbe3249
Octal23032133537501527662111
Binary1001100011010001110111011111110101101101111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,221); }

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

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

 a { background-color: rgb(152,209,221); }

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

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

 span { border-color: rgb(152,209,221); }

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