#97BFF1

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

Shades of Cornflower #97BFF1

Tints of Cornflower #97BFF1

Color information

#97BFF1 (or 0x97BFF1) is unknown color: approx Cornflower. HEX triplet: 97, BF and F1. RGB value is (151,191,241). Sum of RGB (Red+Green+Blue) = 151+191+241=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #97BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFF1 is #68400E. Grayscale: #B8B8B8. Windows color (decimal): -6832143 or 15843223. OLE color: 15843223.

HSL color Cylindrical-coordinate representation of color #97BFF1: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BFF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151191241-
CMYK0.370.2100.05
HSL213.33º76.27%76.86%-
HSV(B)213.33º37.34%94.51%-
XYZ47.2750.1990.42-
YUV184.74159.75103.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=25.90%
G=32.76%
B=41.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511912410.370.2100.05213.3376.2776.86
Hex97BFF1251505d54c4d
Octal227277361452505325114115
Binary1001011110111111111100011001011010101011101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,241); }

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

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

 a { background-color: rgb(151,191,241); }

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

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

 span { border-color: rgb(151,191,241); }

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