Html Css Color HEX #98C5DC Regent St Blue

📋 copy color: '#98C5DC'

red 152 ◦ green 197 ◦ blue 220

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

Shades of Regent St Blue #98C5DC

Tints of Regent St Blue #98C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.62%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 26.71%
G = 34.62%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98C5DC (or 0x98C5DC) is known color: Regent St Blue. HEX triplet: 98, C5 and DC. RGB value is (152,197,220). Sum of RGB (Red+Green+Blue) = 152+197+220=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #98C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5DC is #673A23. Grayscale: #BABABA. Windows color (decimal): -6765092 or 14468504. OLE color: 14468504.

HSL color Cylindrical-coordinate representation of color #98C5DC: hue angle of 200.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C5DC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 197 220 -
CMYK 0.31 0.10 0 0.14
HSL 200.29º 0.49% 0.73% -
HSV(B) 200.29º 0.31% 0.86% -
XYZ 45.83 51.78 75.29 -
YUV 186.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 152 197 220 0.31 0.10 0 0.14 200.29 0.49 0.73
Hex 98 C5 DC 1F A 0 E C8 31 49
Octal 230 305 334 37 12 0 16 310 61 111
Binary 10011000 11000101 11011100 11111 1010 0 1110 11001000 110001 1001001

Color Harmonies of #98C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C5DC

Black with #98C5DC

Text Example


Text Example

White with #98C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,220); }

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

background-color css

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

 a { background-color: rgb(152,197,220); }

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

border-color css

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

 span { border-color: rgb(152,197,220); }

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