#97BDEC

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

Shades of Cornflower #97BDEC

Tints of Cornflower #97BDEC

Color information

#97BDEC (or 0x97BDEC) is unknown color: approx Cornflower. HEX triplet: 97, BD and EC. RGB value is (151,189,236). Sum of RGB (Red+Green+Blue) = 151+189+236=576 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.22% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #97BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDEC is #684213. Grayscale: #B6B6B6. Windows color (decimal): -6832660 or 15515031. OLE color: 15515031.

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

Color convert

RGB151189236-
CMYK0.360.2000.07
HSL213.18º69.11%75.88%-
HSV(B)213.18º36.02%92.55%-
XYZ46.149.0386.39-
YUV183157.91105.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.22%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=26.22%
G=32.81%
B=40.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511892360.360.2000.07213.1869.1175.88
Hex97BDEC241407d5454c
Octal227275354442407325105114
Binary1001011110111101111011001001001010001111101010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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