#97BBCC

Color #97BBCC Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #97BBCC

Tints of Heather #97BBCC

Color information

#97BBCC (or 0x97BBCC) is unknown color: approx Heather. HEX triplet: 97, BB and CC. RGB value is (151,187,204). Sum of RGB (Red+Green+Blue) = 151+187+204=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #97BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBCC is #684433. Grayscale: #B2B2B2. Windows color (decimal): -6833204 or 13417367. OLE color: 13417367.

HSL color Cylindrical-coordinate representation of color #97BBCC: hue angle of 199.25º degrees, saturation: 0.34, 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 #97BBCC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151187204-
CMYK0.260.0800.2
HSL199.25º34.19%69.61%-
HSV(B)199.25º25.98%80%-
XYZ41.4346.4863.91-
YUV178.17142.57108.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=27.86%
G=34.50%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511872040.260.0800.2199.2534.1969.61
Hex97BBCC1A8014c72246
Octal227273314321002430742106
Binary100101111011101111001100110101000010100110001111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,204); }

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

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

 a { background-color: rgb(151,187,204); }

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

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

 span { border-color: rgb(151,187,204); }

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