#98C4CE

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

Shades of Regent St Blue #98C4CE

Tints of Regent St Blue #98C4CE

Color information

#98C4CE (or 0x98C4CE) is unknown color: approx Regent St Blue. HEX triplet: 98, C4 and CE. RGB value is (152,196,206). Sum of RGB (Red+Green+Blue) = 152+196+206=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #98C4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4CE is #673B31. Grayscale: #B7B7B7. Windows color (decimal): -6765362 or 13550744. OLE color: 13550744.

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

Color convert

RGB152196206-
CMYK0.260.0500.19
HSL191.11º35.53%70.2%-
HSV(B)191.11º26.21%80.78%-
XYZ43.8350.6165.85-
YUV183.98140.42105.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.44%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=27.44%
G=35.38%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521962060.260.0500.19191.1135.5370.2
Hex98C4CE1A5013bf2446
Octal23030431632502327744106
Binary10011000110001001100111011010101010011101111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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