#98CDDD

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

Shades of Regent St Blue #98CDDD

Tints of Regent St Blue #98CDDD

Color information

#98CDDD (or 0x98CDDD) is unknown color: approx Regent St Blue. HEX triplet: 98, CD and DD. RGB value is (152,205,221). Sum of RGB (Red+Green+Blue) = 152+205+221=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #98CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDD is #673222. Grayscale: #BEBEBE. Windows color (decimal): -6763043 or 14536088. OLE color: 14536088.

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

Color convert

RGB152205221-
CMYK0.310.0700.13
HSL193.91º50.36%73.14%-
HSV(B)193.91º31.22%86.67%-
XYZ47.8355.5676.61-
YUV190.98144.94100.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=26.30%
G=35.47%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522052210.310.0700.13193.9150.3673.14
Hex98CDDD1F70Dc23249
Octal23031533537701530262111
Binary1001100011001101110111011111111101101110000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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