#98C4CF

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

Shades of Regent St Blue #98C4CF

Tints of Regent St Blue #98C4CF

Color information

#98C4CF (or 0x98C4CF) is unknown color: approx Regent St Blue. HEX triplet: 98, C4 and CF. RGB value is (152,196,207). Sum of RGB (Red+Green+Blue) = 152+196+207=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #98C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4CF is #673B30. Grayscale: #B8B8B8. Windows color (decimal): -6765361 or 13616280. OLE color: 13616280.

HSL color Cylindrical-coordinate representation of color #98C4CF: hue angle of 192º 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 #98C4CF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152196207-
CMYK0.270.0500.19
HSL192º36.42%70.39%-
HSV(B)192º26.57%81.18%-
XYZ43.9550.6666.49-
YUV184.1140.92105.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.39%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=27.39%
G=35.32%
B=37.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521962070.270.0500.1919236.4270.39
Hex98C4CF1B5013c02446
Octal23030431733502330044106
Binary10011000110001001100111111011101010011110000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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