#98CCD9

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

Shades of Regent St Blue #98CCD9

Tints of Regent St Blue #98CCD9

Color information

#98CCD9 (or 0x98CCD9) is unknown color: approx Regent St Blue. HEX triplet: 98, CC and D9. RGB value is (152,204,217). Sum of RGB (Red+Green+Blue) = 152+204+217=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #98CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCD9 is #673326. Grayscale: #BDBDBD. Windows color (decimal): -6763303 or 14273688. OLE color: 14273688.

HSL color Cylindrical-coordinate representation of color #98CCD9: hue angle of 192º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98CCD9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152204217-
CMYK0.300.0600.15
HSL192º46.1%72.35%-
HSV(B)192º29.95%85.1%-
XYZ47.0754.8773.76-
YUV189.93143.27100.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=26.53%
G=35.60%
B=37.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522042170.300.0600.1519246.172.35
Hex98CCD91E60Fc02e48
Octal23031433136601730056110
Binary1001100011001100110110011111011001111110000001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,217); }

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

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

 a { background-color: rgb(152,204,217); }

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

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

 span { border-color: rgb(152,204,217); }

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