Html Css Color HEX #98BDD7 Regent St Blue

📋 copy color: '#98BDD7'

red 152 ◦ green 189 ◦ blue 215

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

Shades of Regent St Blue #98BDD7

Tints of Regent St Blue #98BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 27.34%
G = 33.99%
B = 38.67%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98BDD7 (or 0x98BDD7) is known color: Regent St Blue. HEX triplet: 98, BD and D7. RGB value is (152,189,215). Sum of RGB (Red+Green+Blue) = 152+189+215=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #98BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDD7 is #674228. Grayscale: #B4B4B4. Windows color (decimal): -6767145 or 14138776. OLE color: 14138776.

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

Color convert

RGB 152 189 215 -
CMYK 0.29 0.12 0 0.16
HSL 204.76º 0.44% 0.72% -
HSV(B) 204.76º 0.29% 0.84% -
XYZ 43.41 47.98 71.26 -
YUV 180.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 152 189 215 0.29 0.12 0 0.16 204.76 0.44 0.72
Hex 98 BD D7 1D C 0 10 CD 2C 48
Octal 230 275 327 35 14 0 20 315 54 110
Binary 10011000 10111101 11010111 11101 1100 0 10000 11001101 101100 1001000

Color Harmonies of #98BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDD7

Black with #98BDD7

Text Example


Text Example

White with #98BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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