#98BDCC

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

Shades of Regent St Blue #98BDCC

Tints of Regent St Blue #98BDCC

Color information

#98BDCC (or 0x98BDCC) is unknown color: approx Regent St Blue. HEX triplet: 98, BD and CC. RGB value is (152,189,204). Sum of RGB (Red+Green+Blue) = 152+189+204=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #98BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDCC is #674233. Grayscale: #B3B3B3. Windows color (decimal): -6767156 or 13417880. OLE color: 13417880.

HSL color Cylindrical-coordinate representation of color #98BDCC: hue angle of 197.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BDCC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152189204-
CMYK0.250.0700.2
HSL197.31º33.77%69.8%-
HSV(B)197.31º25.49%80%-
XYZ42.0547.4364.07-
YUV179.65141.74108.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=27.89%
G=34.68%
B=37.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521892040.250.0700.2197.3133.7769.8
Hex98BDCC197014c52246
Octal23027531431702430542106
Binary10011000101111011100110011001111010100110001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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