#97C5F7

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

Shades of Cornflower #97C5F7

Tints of Cornflower #97C5F7

Color information

#97C5F7 (or 0x97C5F7) is unknown color: approx Cornflower. HEX triplet: 97, C5 and F7. RGB value is (151,197,247). Sum of RGB (Red+Green+Blue) = 151+197+247=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #97C5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C5F7 is #683A08. Grayscale: #BCBCBC. Windows color (decimal): -6830601 or 16237975. OLE color: 16237975.

HSL color Cylindrical-coordinate representation of color #97C5F7: hue angle of 211.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97C5F7 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151197247-
CMYK0.390.2000.03
HSL211.25º85.71%78.04%-
HSV(B)211.25º38.87%96.86%-
XYZ49.5253.2395.66-
YUV188.95160.76100.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.38%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=25.38%
G=33.11%
B=41.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511972470.390.2000.03211.2585.7178.04
Hex97C5F7271403d3564e
Octal227305367472403323126116
Binary100101111100010111110111100111101000111101001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,247); }

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

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

 a { background-color: rgb(151,197,247); }

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

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

 span { border-color: rgb(151,197,247); }

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