#98C8DD

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

Shades of Regent St Blue #98C8DD

Tints of Regent St Blue #98C8DD

Color information

#98C8DD (or 0x98C8DD) is unknown color: approx Regent St Blue. HEX triplet: 98, C8 and DD. RGB value is (152,200,221). Sum of RGB (Red+Green+Blue) = 152+200+221=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8DD is #673722. Grayscale: #BBBBBB. Windows color (decimal): -6764323 or 14534808. OLE color: 14534808.

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

Color convert

RGB152200221-
CMYK0.310.1000.13
HSL198.26º50.36%73.14%-
HSV(B)198.26º31.22%86.67%-
XYZ46.6553.276.22-
YUV188.04146.6102.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=26.53%
G=34.90%
B=38.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522002210.310.1000.13198.2650.3673.14
Hex98C8DD1FA0Dc63249
Octal230310335371201530662111
Binary10011000110010001101110111111101001101110001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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