#98CDDA

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

Shades of Regent St Blue #98CDDA

Tints of Regent St Blue #98CDDA

Color information

#98CDDA (or 0x98CDDA) is unknown color: approx Regent St Blue. HEX triplet: 98, CD and DA. RGB value is (152,205,218). Sum of RGB (Red+Green+Blue) = 152+205+218=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #98CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDA is #673225. Grayscale: #BEBEBE. Windows color (decimal): -6763046 or 14339480. OLE color: 14339480.

HSL color Cylindrical-coordinate representation of color #98CDDA: hue angle of 191.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98CDDA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152205218-
CMYK0.300.0600.15
HSL191.82º47.14%72.55%-
HSV(B)191.82º30.28%85.49%-
XYZ47.4455.474.52-
YUV190.64143.44100.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.43%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=26.43%
G=35.65%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522052180.300.0600.15191.8247.1472.55
Hex98CDDA1E60Fc02f49
Octal23031533236601730057111
Binary1001100011001101110110101111011001111110000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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