Html Css Color HEX #98BED1 Regent St Blue

📋 copy color: '#98BED1'

red 152 ◦ green 190 ◦ blue 209

#98BED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #98BED1

Tints of Regent St Blue #98BED1

RGB

 RED value IS 152 (59.77% from 255) = 27.59%

 GREEN value IS 190 (74.61% from 255) = 34.48%

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 27.59%
G = 34.48%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98BED1 (or 0x98BED1) is known color: Regent St Blue. HEX triplet: 98, BE and D1. RGB value is (152,190,209). Sum of RGB (Red+Green+Blue) = 152+190+209=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #98BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BED1 is #67412E. Grayscale: #B4B4B4. Windows color (decimal): -6766895 or 13745816. OLE color: 13745816.

HSL color Cylindrical-coordinate representation of color #98BED1: hue angle of 200º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BED1 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 190 209 -
CMYK 0.27 0.09 0 0.18
HSL 200º 0.38% 0.71% -
HSV(B) 200º 0.27% 0.82% -
XYZ 42.87 48.11 67.35 -
YUV 180.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 152 190 209 0.27 0.09 0 0.18 200 0.38 0.71
Hex 98 BE D1 1B 9 0 12 C8 26 47
Octal 230 276 321 33 11 0 22 310 46 107
Binary 10011000 10111110 11010001 11011 1001 0 10010 11001000 100110 1000111

Color Harmonies of #98BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BED1

Black with #98BED1

Text Example


Text Example

White with #98BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BED1;
 }
 .AnyTagClassName
 {
   color: #98BED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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