#98BDCF

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

Shades of Regent St Blue #98BDCF

Tints of Regent St Blue #98BDCF

Color information

#98BDCF (or 0x98BDCF) is unknown color: approx Regent St Blue. HEX triplet: 98, BD and CF. RGB value is (152,189,207). Sum of RGB (Red+Green+Blue) = 152+189+207=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #98BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDCF is #674230. Grayscale: #B3B3B3. Windows color (decimal): -6767153 or 13614488. OLE color: 13614488.

HSL color Cylindrical-coordinate representation of color #98BDCF: hue angle of 199.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BDCF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152189207-
CMYK0.270.0900.19
HSL199.64º36.42%70.39%-
HSV(B)199.64º26.57%81.18%-
XYZ42.4147.5865.98-
YUV179.99143.24108.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=27.74%
G=34.49%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521892070.270.0900.19199.6436.4270.39
Hex98BDCF1B9013c82446
Octal230275317331102331044106
Binary100110001011110111001111110111001010011110010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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