#97B9DD

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

Shades of Cornflower #97B9DD

Tints of Cornflower #97B9DD

Color information

#97B9DD (or 0x97B9DD) is unknown color: approx Cornflower. HEX triplet: 97, B9 and DD. RGB value is (151,185,221). Sum of RGB (Red+Green+Blue) = 151+185+221=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #97B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9DD is #684622. Grayscale: #B2B2B2. Windows color (decimal): -6833699 or 14530967. OLE color: 14530967.

HSL color Cylindrical-coordinate representation of color #97B9DD: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97B9DD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151185221-
CMYK0.320.1600.13
HSL210.86º50.72%72.94%-
HSV(B)210.86º31.67%86.67%-
XYZ43.1646.575.11-
YUV178.94151.74108.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.11%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=27.11%
G=33.21%
B=39.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511852210.320.1600.13210.8650.7272.94
Hex97B9DD20100Dd33349
Octal227271335402001532363111
Binary1001011110111001110111011000001000001101110100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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