Html Css Color HEX #98BFC8 Regent St Blue

📋 copy color: '#98BFC8'

red 152 ◦ green 191 ◦ blue 200

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

Shades of Regent St Blue #98BFC8

Tints of Regent St Blue #98BFC8

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

 BLUE value IS 200 (78.52% from 255) = 36.83%

R = 27.99%
G = 35.17%
B = 36.83%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#98BFC8 (or 0x98BFC8) is known color: Regent St Blue. HEX triplet: 98, BF and C8. RGB value is (152,191,200). Sum of RGB (Red+Green+Blue) = 152+191+200=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #98BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC8 is #674037. Grayscale: #B4B4B4. Windows color (decimal): -6766648 or 13156248. OLE color: 13156248.

HSL color Cylindrical-coordinate representation of color #98BFC8: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BFC8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 191 200 -
CMYK 0.24 0.04 0 0.22
HSL 191.25º 0.3% 0.69% -
HSV(B) 191.25º 0.24% 0.78% -
XYZ 42.01 48.11 61.72 -
YUV 180.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 152 191 200 0.24 0.04 0 0.22 191.25 0.3 0.69
Hex 98 BF C8 18 4 0 16 BF 1E 45
Octal 230 277 310 30 4 0 26 277 36 105
Binary 10011000 10111111 11001000 11000 100 0 10110 10111111 11110 1000101

Color Harmonies of #98BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFC8

Black with #98BFC8

Text Example


Text Example

White with #98BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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