Html Css Color HEX #98BBCF Regent St Blue

📋 copy color: '#98BBCF'

red 152 ◦ green 187 ◦ blue 207

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

Shades of Regent St Blue #98BBCF

Tints of Regent St Blue #98BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 27.84%
G = 34.25%
B = 37.91%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98BBCF (or 0x98BBCF) is known color: Regent St Blue. HEX triplet: 98, BB and CF. RGB value is (152,187,207). Sum of RGB (Red+Green+Blue) = 152+187+207=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #98BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBCF is #674430. Grayscale: #B2B2B2. Windows color (decimal): -6767665 or 13613976. OLE color: 13613976.

HSL color Cylindrical-coordinate representation of color #98BBCF: hue angle of 201.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BBCF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 187 207 -
CMYK 0.27 0.10 0 0.19
HSL 201.82º 0.36% 0.7% -
HSV(B) 201.82º 0.27% 0.81% -
XYZ 41.98 46.72 65.84 -
YUV 178.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 152 187 207 0.27 0.10 0 0.19 201.82 0.36 0.7
Hex 98 BB CF 1B A 0 13 CA 24 46
Octal 230 273 317 33 12 0 23 312 44 106
Binary 10011000 10111011 11001111 11011 1010 0 10011 11001010 100100 1000110

Color Harmonies of #98BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBCF

Black with #98BBCF

Text Example


Text Example

White with #98BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,207); }

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

background-color css

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

 a { background-color: rgb(152,187,207); }

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

border-color css

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

 span { border-color: rgb(152,187,207); }

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