#98CDDB

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

Shades of Regent St Blue #98CDDB

Tints of Regent St Blue #98CDDB

Color information

#98CDDB (or 0x98CDDB) is unknown color: approx Regent St Blue. HEX triplet: 98, CD and DB. RGB value is (152,205,219). Sum of RGB (Red+Green+Blue) = 152+205+219=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDB is #673224. Grayscale: #BEBEBE. Windows color (decimal): -6763045 or 14405016. OLE color: 14405016.

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

Color convert

RGB152205219-
CMYK0.310.0600.14
HSL192.54º48.2%72.75%-
HSV(B)192.54º30.59%85.88%-
XYZ47.5755.4575.21-
YUV190.75143.94100.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=26.39%
G=35.59%
B=38.02%

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
Decimal1522052190.310.0600.14192.5448.272.75
Hex98CDDB1F60Ec13049
Octal23031533337601630160111
Binary1001100011001101110110111111111001110110000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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