#97BCCF

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

Shades of Regent St Blue #97BCCF

Tints of Regent St Blue #97BCCF

Color information

#97BCCF (or 0x97BCCF) is unknown color: approx Regent St Blue. HEX triplet: 97, BC and CF. RGB value is (151,188,207). Sum of RGB (Red+Green+Blue) = 151+188+207=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 188 (73.83% from 255 or 34.43% 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 #97BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCCF is #684330. Grayscale: #B2B2B2. Windows color (decimal): -6832945 or 13614231. OLE color: 13614231.

HSL color Cylindrical-coordinate representation of color #97BCCF: hue angle of 200.36º degrees, saturation: 0.37, 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 #97BCCF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151188207-
CMYK0.270.0900.19
HSL200.36º36.84%70.2%-
HSV(B)200.36º27.05%81.18%-
XYZ42.0147.0565.9-
YUV179.1143.74107.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=27.66%
G=34.43%
B=37.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511882070.270.0900.19200.3636.8470.2
Hex97BCCF1B9013c82546
Octal227274317331102331045106
Binary100101111011110011001111110111001010011110010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BCCF; }

 p { color: rgb(151,188,207); }

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

<style>
 a { background-color: #97BCCF; }

 a { background-color: rgb(151,188,207); }

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

<style>
 span { border-color: #97BCCF; }

 span { border-color: rgb(151,188,207); }

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