#97BDF1

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

Shades of Cornflower #97BDF1

Tints of Cornflower #97BDF1

Color information

#97BDF1 (or 0x97BDF1) is unknown color: approx Cornflower. HEX triplet: 97, BD and F1. RGB value is (151,189,241). Sum of RGB (Red+Green+Blue) = 151+189+241=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #97BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDF1 is #68420E. Grayscale: #B7B7B7. Windows color (decimal): -6832655 or 15842711. OLE color: 15842711.

HSL color Cylindrical-coordinate representation of color #97BDF1: hue angle of 214.67º 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 #97BDF1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151189241-
CMYK0.370.2200.05
HSL214.67º76.27%76.86%-
HSV(B)214.67º37.34%94.51%-
XYZ46.8449.3390.27-
YUV183.57160.41104.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=25.99%
G=32.53%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511892410.370.2200.05214.6776.2776.86
Hex97BDF1251605d74c4d
Octal227275361452605327114115
Binary1001011110111101111100011001011011001011101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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