Html Css Color HEX #98C7DD Regent St Blue

📋 copy color: '#98C7DD'

red 152 ◦ green 199 ◦ blue 221

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

Shades of Regent St Blue #98C7DD

Tints of Regent St Blue #98C7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 26.57%
G = 34.79%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98C7DD (or 0x98C7DD) is known color: Regent St Blue. HEX triplet: 98, C7 and DD. RGB value is (152,199,221). Sum of RGB (Red+Green+Blue) = 152+199+221=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C7DD is #673822. Grayscale: #BBBBBB. Windows color (decimal): -6764579 or 14534552. OLE color: 14534552.

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

Color convert

RGB 152 199 221 -
CMYK 0.31 0.10 0 0.13
HSL 199.13º 0.5% 0.73% -
HSV(B) 199.13º 0.31% 0.87% -
XYZ 46.42 52.74 76.14 -
YUV 187.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 152 199 221 0.31 0.10 0 0.13 199.13 0.5 0.73
Hex 98 C7 DD 1F A 0 D C7 32 49
Octal 230 307 335 37 12 0 15 307 62 111
Binary 10011000 11000111 11011101 11111 1010 0 1101 11000111 110010 1001001

Color Harmonies of #98C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C7DD

Black with #98C7DD

Text Example


Text Example

White with #98C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,199,221); }

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

background-color css

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

 a { background-color: rgb(152,199,221); }

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

border-color css

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

 span { border-color: rgb(152,199,221); }

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