#98BFCE

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

Shades of Regent St Blue #98BFCE

Tints of Regent St Blue #98BFCE

Color information

#98BFCE (or 0x98BFCE) is unknown color: approx Regent St Blue. HEX triplet: 98, BF and CE. RGB value is (152,191,206). Sum of RGB (Red+Green+Blue) = 152+191+206=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #98BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFCE is #674031. Grayscale: #B4B4B4. Windows color (decimal): -6766642 or 13549464. OLE color: 13549464.

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

Color convert

RGB152191206-
CMYK0.260.0700.19
HSL196.67º35.53%70.2%-
HSV(B)196.67º26.21%80.78%-
XYZ42.7248.3965.48-
YUV181.05142.08107.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=27.69%
G=34.79%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521912060.260.0700.19196.6735.5370.2
Hex98BFCE1A7013c52446
Octal23027731632702330544106
Binary10011000101111111100111011010111010011110001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,191,206); }

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

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

 a { background-color: rgb(152,191,206); }

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

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

 span { border-color: rgb(152,191,206); }

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