#98CCDD

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

Shades of Regent St Blue #98CCDD

Tints of Regent St Blue #98CCDD

Color information

#98CCDD (or 0x98CCDD) is unknown color: approx Regent St Blue. HEX triplet: 98, CC and DD. RGB value is (152,204,221). Sum of RGB (Red+Green+Blue) = 152+204+221=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #98CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCDD is #673322. Grayscale: #BEBEBE. Windows color (decimal): -6763299 or 14535832. OLE color: 14535832.

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

Color convert

RGB152204221-
CMYK0.310.0800.13
HSL194.78º50.36%73.14%-
HSV(B)194.78º31.22%86.67%-
XYZ47.5955.0876.53-
YUV190.39145.27100.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=26.34%
G=35.36%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522042210.310.0800.13194.7850.3673.14
Hex98CCDD1F80Dc33249
Octal230314335371001530362111
Binary10011000110011001101110111111100001101110000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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