Html Css Color HEX #98C9D5 Regent St Blue

📋 copy color: '#98C9D5'

red 152 ◦ green 201 ◦ blue 213

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

Shades of Regent St Blue #98C9D5

Tints of Regent St Blue #98C9D5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 26.86%
G = 35.51%
B = 37.63%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98C9D5 (or 0x98C9D5) is known color: Regent St Blue. HEX triplet: 98, C9 and D5. RGB value is (152,201,213). Sum of RGB (Red+Green+Blue) = 152+201+213=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #98C9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9D5 is #67362A. Grayscale: #BBBBBB. Windows color (decimal): -6764075 or 14010776. OLE color: 14010776.

HSL color Cylindrical-coordinate representation of color #98C9D5: hue angle of 191.8º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C9D5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 201 213 -
CMYK 0.29 0.06 0 0.16
HSL 191.8º 0.42% 0.72% -
HSV(B) 191.8º 0.29% 0.84% -
XYZ 45.85 53.25 70.81 -
YUV 187.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 152 201 213 0.29 0.06 0 0.16 191.8 0.42 0.72
Hex 98 C9 D5 1D 6 0 10 C0 2A 48
Octal 230 311 325 35 6 0 20 300 52 110
Binary 10011000 11001001 11010101 11101 110 0 10000 11000000 101010 1001000

Color Harmonies of #98C9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C9D5

Black with #98C9D5

Text Example


Text Example

White with #98C9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,201,213); }

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

background-color css

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

 a { background-color: rgb(152,201,213); }

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

border-color css

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

 span { border-color: rgb(152,201,213); }

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