#97BEE5

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

Shades of Cornflower #97BEE5

Tints of Cornflower #97BEE5

Color information

#97BEE5 (or 0x97BEE5) is unknown color: approx Cornflower. HEX triplet: 97, BE and E5. RGB value is (151,190,229). Sum of RGB (Red+Green+Blue) = 151+190+229=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #97BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BEE5 is #68411A. Grayscale: #B6B6B6. Windows color (decimal): -6832411 or 15056535. OLE color: 15056535.

HSL color Cylindrical-coordinate representation of color #97BEE5: hue angle of 210º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97BEE5 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB151190229-
CMYK0.340.1700.10
HSL210º60%74.51%-
HSV(B)210º34.06%89.8%-
XYZ45.3249.0681.21-
YUV182.78154.08105.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=26.49%
G=33.33%
B=40.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1511902290.340.1700.102106074.51
Hex97BEE522110Ad23c4b
Octal227276345422101232274113
Binary1001011110111110111001011000101000101010110100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,229); }

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

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

 a { background-color: rgb(151,190,229); }

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

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

 span { border-color: rgb(151,190,229); }

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