Html Css Color HEX #98BCD0 Regent St Blue

📋 copy color: '#98BCD0'

red 152 ◦ green 188 ◦ blue 208

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

Shades of Regent St Blue #98BCD0

Tints of Regent St Blue #98BCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.31%

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 27.74%
G = 34.31%
B = 37.96%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98BCD0 (or 0x98BCD0) is known color: Regent St Blue. HEX triplet: 98, BC and D0. RGB value is (152,188,208). Sum of RGB (Red+Green+Blue) = 152+188+208=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #98BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCD0 is #67432F. Grayscale: #B3B3B3. Windows color (decimal): -6767408 or 13679768. OLE color: 13679768.

HSL color Cylindrical-coordinate representation of color #98BCD0: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BCD0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 188 208 -
CMYK 0.27 0.10 0 0.18
HSL 201.43º 0.37% 0.71% -
HSV(B) 201.43º 0.27% 0.82% -
XYZ 42.32 47.2 66.55 -
YUV 179.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 152 188 208 0.27 0.10 0 0.18 201.43 0.37 0.71
Hex 98 BC D0 1B A 0 12 C9 25 47
Octal 230 274 320 33 12 0 22 311 45 107
Binary 10011000 10111100 11010000 11011 1010 0 10010 11001001 100101 1000111

Color Harmonies of #98BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCD0

Black with #98BCD0

Text Example


Text Example

White with #98BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,208); }

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

background-color css

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

 a { background-color: rgb(152,188,208); }

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

border-color css

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

 span { border-color: rgb(152,188,208); }

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