#97BBEB

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

Shades of Cornflower #97BBEB

Tints of Cornflower #97BBEB

Color information

#97BBEB (or 0x97BBEB) is unknown color: approx Cornflower. HEX triplet: 97, BB and EB. RGB value is (151,187,235). Sum of RGB (Red+Green+Blue) = 151+187+235=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #97BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BBEB is #684414. Grayscale: #B5B5B5. Windows color (decimal): -6833173 or 15448983. OLE color: 15448983.

HSL color Cylindrical-coordinate representation of color #97BBEB: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97BBEB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151187235-
CMYK0.360.2000.08
HSL214.29º67.74%75.69%-
HSV(B)214.29º35.74%92.16%-
XYZ45.5348.1285.49-
YUV181.71158.07106.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=26.35%
G=32.64%
B=41.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511872350.360.2000.08214.2967.7475.69
Hex97BBEB241408d6444c
Octal2272733534424010326104114
Binary10010111101110111110101110010010100010001101011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,235); }

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

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

 a { background-color: rgb(151,187,235); }

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

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

 span { border-color: rgb(151,187,235); }

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