#98C9DD

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

Shades of Regent St Blue #98C9DD

Tints of Regent St Blue #98C9DD

Color information

#98C9DD (or 0x98C9DD) is unknown color: approx Regent St Blue. HEX triplet: 98, C9 and DD. RGB value is (152,201,221). Sum of RGB (Red+Green+Blue) = 152+201+221=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9DD is #673622. Grayscale: #BCBCBC. Windows color (decimal): -6764067 or 14535064. OLE color: 14535064.

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

Color convert

RGB152201221-
CMYK0.310.0900.13
HSL197.39º50.36%73.14%-
HSV(B)197.39º31.22%86.67%-
XYZ46.8953.6776.29-
YUV188.63146.27101.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=26.48%
G=35.02%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522012210.310.0900.13197.3950.3673.14
Hex98C9DD1F90Dc53249
Octal230311335371101530562111
Binary10011000110010011101110111111100101101110001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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