#97B9DC

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

Shades of Cornflower #97B9DC

Tints of Cornflower #97B9DC

Color information

#97B9DC (or 0x97B9DC) is unknown color: approx Cornflower. HEX triplet: 97, B9 and DC. RGB value is (151,185,220). Sum of RGB (Red+Green+Blue) = 151+185+220=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #97B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9DC is #684623. Grayscale: #B2B2B2. Windows color (decimal): -6833700 or 14465431. OLE color: 14465431.

HSL color Cylindrical-coordinate representation of color #97B9DC: hue angle of 210.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B9DC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151185220-
CMYK0.310.1600.14
HSL210.43º49.64%72.75%-
HSV(B)210.43º31.36%86.27%-
XYZ43.0346.4474.41-
YUV178.82151.24108.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=27.16%
G=33.27%
B=39.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511852200.310.1600.14210.4349.6472.75
Hex97B9DC1F100Ed23249
Octal227271334372001632262111
Binary100101111011100111011100111111000001110110100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,220); }

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

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

 a { background-color: rgb(151,185,220); }

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

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

 span { border-color: rgb(151,185,220); }

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