Html Css Color HEX #98C2D9 Regent St Blue

📋 copy color: '#98C2D9'

red 152 ◦ green 194 ◦ blue 217

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

Shades of Regent St Blue #98C2D9

Tints of Regent St Blue #98C2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 27%
G = 34.46%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98C2D9 (or 0x98C2D9) is known color: Regent St Blue. HEX triplet: 98, C2 and D9. RGB value is (152,194,217). Sum of RGB (Red+Green+Blue) = 152+194+217=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #98C2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2D9 is #673D26. Grayscale: #B7B7B7. Windows color (decimal): -6765863 or 14271128. OLE color: 14271128.

HSL color Cylindrical-coordinate representation of color #98C2D9: hue angle of 201.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C2D9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 194 217 -
CMYK 0.30 0.11 0 0.15
HSL 201.23º 0.46% 0.72% -
HSV(B) 201.23º 0.3% 0.85% -
XYZ 44.77 50.27 72.99 -
YUV 184.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 152 194 217 0.30 0.11 0 0.15 201.23 0.46 0.72
Hex 98 C2 D9 1E B 0 F C9 2E 48
Octal 230 302 331 36 13 0 17 311 56 110
Binary 10011000 11000010 11011001 11110 1011 0 1111 11001001 101110 1001000

Color Harmonies of #98C2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C2D9

Black with #98C2D9

Text Example


Text Example

White with #98C2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,217); }

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

background-color css

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

 a { background-color: rgb(152,194,217); }

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

border-color css

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

 span { border-color: rgb(152,194,217); }

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