#97BADA

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

Shades of Cornflower #97BADA

Tints of Cornflower #97BADA

Color information

#97BADA (or 0x97BADA) is unknown color: approx Cornflower. HEX triplet: 97, BA and DA. RGB value is (151,186,218). Sum of RGB (Red+Green+Blue) = 151+186+218=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #97BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BADA is #684525. Grayscale: #B3B3B3. Windows color (decimal): -6833446 or 14334615. OLE color: 14334615.

HSL color Cylindrical-coordinate representation of color #97BADA: hue angle of 208.66º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97BADA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151186218-
CMYK0.310.1500.15
HSL208.66º47.52%72.35%-
HSV(B)208.66º30.73%85.49%-
XYZ42.9846.7673.09-
YUV179.18149.9107.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=27.21%
G=33.51%
B=39.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511862180.310.1500.15208.6647.5272.35
Hex97BADA1FF0Fd13048
Octal227272332371701732160110
Binary10010111101110101101101011111111101111110100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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