#97BADF

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

Shades of Cornflower #97BADF

Tints of Cornflower #97BADF

Color information

#97BADF (or 0x97BADF) is unknown color: approx Cornflower. HEX triplet: 97, BA and DF. RGB value is (151,186,223). Sum of RGB (Red+Green+Blue) = 151+186+223=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #97BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BADF is #684520. Grayscale: #B3B3B3. Windows color (decimal): -6833441 or 14662295. OLE color: 14662295.

HSL color Cylindrical-coordinate representation of color #97BADF: hue angle of 210.83º degrees, saturation: 0.53, 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 #97BADF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151186223-
CMYK0.320.1700.13
HSL210.83º52.94%73.33%-
HSV(B)210.83º32.29%87.45%-
XYZ43.6447.0276.59-
YUV179.75152.4107.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=26.96%
G=33.21%
B=39.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511862230.320.1700.13210.8352.9473.33
Hex97BADF20110Dd33549
Octal227272337402101532365111
Binary1001011110111010110111111000001000101101110100111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,223); }

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

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

 a { background-color: rgb(151,186,223); }

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

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

 span { border-color: rgb(151,186,223); }

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