#98CDDC

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

Shades of Regent St Blue #98CDDC

Tints of Regent St Blue #98CDDC

Color information

#98CDDC (or 0x98CDDC) is unknown color: approx Regent St Blue. HEX triplet: 98, CD and DC. RGB value is (152,205,220). Sum of RGB (Red+Green+Blue) = 152+205+220=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #98CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDC is #673223. Grayscale: #BEBEBE. Windows color (decimal): -6763044 or 14470552. OLE color: 14470552.

HSL color Cylindrical-coordinate representation of color #98CDDC: hue angle of 193.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CDDC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152205220-
CMYK0.310.0700.14
HSL193.24º49.28%72.94%-
HSV(B)193.24º30.91%86.27%-
XYZ47.755.5175.91-
YUV190.86144.44100.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=26.34%
G=35.53%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522052200.310.0700.14193.2449.2872.94
Hex98CDDC1F70Ec13149
Octal23031533437701630161111
Binary1001100011001101110111001111111101110110000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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