#98BFCD

Color #98BFCD Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #98BFCD

Tints of Regent St Blue #98BFCD

Color information

#98BFCD (or 0x98BFCD) is unknown color: approx Regent St Blue. HEX triplet: 98, BF and CD. RGB value is (152,191,205). Sum of RGB (Red+Green+Blue) = 152+191+205=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #98BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFCD is #674032. Grayscale: #B4B4B4. Windows color (decimal): -6766643 or 13483928. OLE color: 13483928.

HSL color Cylindrical-coordinate representation of color #98BFCD: hue angle of 195.85º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BFCD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152191205-
CMYK0.260.0700.20
HSL195.85º34.64%70%-
HSV(B)195.85º25.85%80.39%-
XYZ42.648.3464.84-
YUV180.94141.58107.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=27.74%
G=34.85%
B=37.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521912050.260.0700.20195.8534.6470
Hex98BFCD1A7014c42346
Octal23027731532702430443106
Binary10011000101111111100110111010111010100110001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BFCD;
 }
 .AnyTagClassName
 {
   color: #98BFCD;
 }
</style>
background-color css

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

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

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

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

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

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