#98BED8

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

Shades of Regent St Blue #98BED8

Tints of Regent St Blue #98BED8

Color information

#98BED8 (or 0x98BED8) is unknown color: approx Regent St Blue. HEX triplet: 98, BE and D8. RGB value is (152,190,216). Sum of RGB (Red+Green+Blue) = 152+190+216=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #98BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BED8 is #674127. Grayscale: #B5B5B5. Windows color (decimal): -6766888 or 14204568. OLE color: 14204568.

HSL color Cylindrical-coordinate representation of color #98BED8: hue angle of 204.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BED8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152190216-
CMYK0.300.1200.15
HSL204.38º45.07%72.16%-
HSV(B)204.38º29.63%84.71%-
XYZ43.7648.4672.01-
YUV181.6147.41106.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=27.24%
G=34.05%
B=38.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521902160.300.1200.15204.3845.0772.16
Hex98BED81EC0Fcc2d48
Octal230276330361401731455110
Binary10011000101111101101100011110110001111110011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,216); }

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

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

 a { background-color: rgb(152,190,216); }

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

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

 span { border-color: rgb(152,190,216); }

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