#97BFEF

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

Shades of Cornflower #97BFEF

Tints of Cornflower #97BFEF

Color information

#97BFEF (or 0x97BFEF) is unknown color: approx Cornflower. HEX triplet: 97, BF and EF. RGB value is (151,191,239). Sum of RGB (Red+Green+Blue) = 151+191+239=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #97BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFEF is #684010. Grayscale: #B8B8B8. Windows color (decimal): -6832145 or 15712151. OLE color: 15712151.

HSL color Cylindrical-coordinate representation of color #97BFEF: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BFEF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151191239-
CMYK0.370.2000.06
HSL212.73º73.33%76.47%-
HSV(B)212.73º36.82%93.73%-
XYZ46.9750.0788.85-
YUV184.51158.75104.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=25.99%
G=32.87%
B=41.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511912390.370.2000.06212.7373.3376.47
Hex97BFEF251406d5494c
Octal227277357452406325111114
Binary1001011110111111111011111001011010001101101010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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