Html Css Color HEX #98BBD0 Regent St Blue

📋 copy color: '#98BBD0'

red 152 ◦ green 187 ◦ blue 208

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

Shades of Regent St Blue #98BBD0

Tints of Regent St Blue #98BBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 27.79%
G = 34.19%
B = 38.03%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98BBD0 (or 0x98BBD0) is known color: Regent St Blue. HEX triplet: 98, BB and D0. RGB value is (152,187,208). Sum of RGB (Red+Green+Blue) = 152+187+208=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #98BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBD0 is #67442F. Grayscale: #B2B2B2. Windows color (decimal): -6767664 or 13679512. OLE color: 13679512.

HSL color Cylindrical-coordinate representation of color #98BBD0: hue angle of 202.5º degrees, saturation: 0.37, 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 #98BBD0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 187 208 -
CMYK 0.27 0.10 0 0.18
HSL 202.5º 0.37% 0.71% -
HSV(B) 202.5º 0.27% 0.82% -
XYZ 42.1 46.77 66.48 -
YUV 178.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 152 187 208 0.27 0.10 0 0.18 202.5 0.37 0.71
Hex 98 BB D0 1B A 0 12 CA 25 47
Octal 230 273 320 33 12 0 22 312 45 107
Binary 10011000 10111011 11010000 11011 1010 0 10010 11001010 100101 1000111

Color Harmonies of #98BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBD0

Black with #98BBD0

Text Example


Text Example

White with #98BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,208); }

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

background-color css

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

 a { background-color: rgb(152,187,208); }

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

border-color css

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

 span { border-color: rgb(152,187,208); }

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