Html Css Color HEX #98C8D7 Regent St Blue

📋 copy color: '#98C8D7'

red 152 ◦ green 200 ◦ blue 215

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

Shades of Regent St Blue #98C8D7

Tints of Regent St Blue #98C8D7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.27%

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 26.81%
G = 35.27%
B = 37.92%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98C8D7 (or 0x98C8D7) is known color: Regent St Blue. HEX triplet: 98, C8 and D7. RGB value is (152,200,215). Sum of RGB (Red+Green+Blue) = 152+200+215=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #98C8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8D7 is #673728. Grayscale: #BBBBBB. Windows color (decimal): -6764329 or 14141592. OLE color: 14141592.

HSL color Cylindrical-coordinate representation of color #98C8D7: hue angle of 194.29º degrees, saturation: 0.44, 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 #98C8D7 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 200 215 -
CMYK 0.29 0.07 0 0.16
HSL 194.29º 0.44% 0.72% -
HSV(B) 194.29º 0.29% 0.84% -
XYZ 45.87 52.89 72.08 -
YUV 187.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 152 200 215 0.29 0.07 0 0.16 194.29 0.44 0.72
Hex 98 C8 D7 1D 7 0 10 C2 2C 48
Octal 230 310 327 35 7 0 20 302 54 110
Binary 10011000 11001000 11010111 11101 111 0 10000 11000010 101100 1001000

Color Harmonies of #98C8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C8D7

Black with #98C8D7

Text Example


Text Example

White with #98C8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,215); }

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

background-color css

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

 a { background-color: rgb(152,200,215); }

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

border-color css

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

 span { border-color: rgb(152,200,215); }

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