#98CEDB

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

Shades of Regent St Blue #98CEDB

Tints of Regent St Blue #98CEDB

Color information

#98CEDB (or 0x98CEDB) is unknown color: approx Regent St Blue. HEX triplet: 98, CE and DB. RGB value is (152,206,219). Sum of RGB (Red+Green+Blue) = 152+206+219=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEDB is #673124. Grayscale: #BFBFBF. Windows color (decimal): -6762789 or 14405272. OLE color: 14405272.

HSL color Cylindrical-coordinate representation of color #98CEDB: hue angle of 191.64º degrees, saturation: 0.48, 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 #98CEDB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152206219-
CMYK0.310.0600.14
HSL191.64º48.2%72.75%-
HSV(B)191.64º30.59%85.88%-
XYZ47.8155.9375.29-
YUV191.34143.6199.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=26.34%
G=35.70%
B=37.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522062190.310.0600.14191.6448.272.75
Hex98CEDB1F60Ec03049
Octal23031633337601630060111
Binary1001100011001110110110111111111001110110000001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,219); }

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

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

 a { background-color: rgb(152,206,219); }

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

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

 span { border-color: rgb(152,206,219); }

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