Html Css Color HEX #98BCCD Regent St Blue

📋 copy color: '#98BCCD'

red 152 ◦ green 188 ◦ blue 205

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

Shades of Regent St Blue #98BCCD

Tints of Regent St Blue #98BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 27.89%
G = 34.5%
B = 37.61%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98BCCD (or 0x98BCCD) is known color: Regent St Blue. HEX triplet: 98, BC and CD. RGB value is (152,188,205). Sum of RGB (Red+Green+Blue) = 152+188+205=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #98BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCCD is #674332. Grayscale: #B3B3B3. Windows color (decimal): -6767411 or 13483160. OLE color: 13483160.

HSL color Cylindrical-coordinate representation of color #98BCCD: hue angle of 199.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BCCD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 188 205 -
CMYK 0.26 0.08 0 0.20
HSL 199.25º 0.35% 0.7% -
HSV(B) 199.25º 0.26% 0.8% -
XYZ 41.95 47.05 64.63 -
YUV 179.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 152 188 205 0.26 0.08 0 0.20 199.25 0.35 0.7
Hex 98 BC CD 1A 8 0 14 C7 23 46
Octal 230 274 315 32 10 0 24 307 43 106
Binary 10011000 10111100 11001101 11010 1000 0 10100 11000111 100011 1000110

Color Harmonies of #98BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCCD

Black with #98BCCD

Text Example


Text Example

White with #98BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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