#97BCEB

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

Shades of Cornflower #97BCEB

Tints of Cornflower #97BCEB

Color information

#97BCEB (or 0x97BCEB) is unknown color: approx Cornflower. HEX triplet: 97, BC and EB. RGB value is (151,188,235). Sum of RGB (Red+Green+Blue) = 151+188+235=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #97BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BCEB is #684314. Grayscale: #B6B6B6. Windows color (decimal): -6832917 or 15449239. OLE color: 15449239.

HSL color Cylindrical-coordinate representation of color #97BCEB: hue angle of 213.57º 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 #97BCEB is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151188235-
CMYK0.360.200.08
HSL213.57º67.74%75.69%-
HSV(B)213.57º35.74%92.16%-
XYZ45.7448.5485.56-
YUV182.3157.74105.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=26.31%
G=32.75%
B=40.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511882350.360.200.08213.5767.7475.69
Hex97BCEB241408d6444c
Octal2272743534424010326104114
Binary10010111101111001110101110010010100010001101011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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