Html Css Color HEX #98BCCE Regent St Blue

📋 copy color: '#98BCCE'

red 152 ◦ green 188 ◦ blue 206

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

Shades of Regent St Blue #98BCCE

Tints of Regent St Blue #98BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 27.84%
G = 34.43%
B = 37.73%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98BCCE (or 0x98BCCE) is known color: Regent St Blue. HEX triplet: 98, BC and CE. RGB value is (152,188,206). Sum of RGB (Red+Green+Blue) = 152+188+206=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #98BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCCE is #674331. Grayscale: #B3B3B3. Windows color (decimal): -6767410 or 13548696. OLE color: 13548696.

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

Color convert

RGB 152 188 206 -
CMYK 0.26 0.09 0 0.19
HSL 200º 0.36% 0.7% -
HSV(B) 200º 0.26% 0.81% -
XYZ 42.07 47.1 65.27 -
YUV 179.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 152 188 206 0.26 0.09 0 0.19 200 0.36 0.7
Hex 98 BC CE 1A 9 0 13 C8 24 46
Octal 230 274 316 32 11 0 23 310 44 106
Binary 10011000 10111100 11001110 11010 1001 0 10011 11001000 100100 1000110

Color Harmonies of #98BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCCE

Black with #98BCCE

Text Example


Text Example

White with #98BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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