#98CCDB

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

Shades of Regent St Blue #98CCDB

Tints of Regent St Blue #98CCDB

Color information

#98CCDB (or 0x98CCDB) is unknown color: approx Regent St Blue. HEX triplet: 98, CC and DB. RGB value is (152,204,219). Sum of RGB (Red+Green+Blue) = 152+204+219=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCDB is #673324. Grayscale: #BEBEBE. Windows color (decimal): -6763301 or 14404760. OLE color: 14404760.

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

Color convert

RGB152204219-
CMYK0.310.0700.14
HSL193.43º48.2%72.75%-
HSV(B)193.43º30.59%85.88%-
XYZ47.3354.9875.13-
YUV190.16144.27100.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.43%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=26.43%
G=35.48%
B=38.09%

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
Decimal1522042190.310.0700.14193.4348.272.75
Hex98CCDB1F70Ec13049
Octal23031433337701630160111
Binary1001100011001100110110111111111101110110000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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