#97C0ED

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

Shades of Cornflower #97C0ED

Tints of Cornflower #97C0ED

Color information

#97C0ED (or 0x97C0ED) is unknown color: approx Cornflower. HEX triplet: 97, C0 and ED. RGB value is (151,192,237). Sum of RGB (Red+Green+Blue) = 151+192+237=580 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.03% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #97C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C0ED is #683F12. Grayscale: #B8B8B8. Windows color (decimal): -6831891 or 15581335. OLE color: 15581335.

HSL color Cylindrical-coordinate representation of color #97C0ED: hue angle of 211.4º degrees, saturation: 0.7, 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 #97C0ED is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151192237-
CMYK0.360.1900.07
HSL211.4º70.49%76.08%-
HSV(B)211.4º36.29%92.94%-
XYZ46.950.3987.38-
YUV184.87157.42103.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.03%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=26.03%
G=33.10%
B=40.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511922370.360.1900.07211.470.4976.08
Hex97C0ED241307d3464c
Octal227300355442307323106114
Binary1001011111000000111011011001001001101111101001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,237); }

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

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

 a { background-color: rgb(151,192,237); }

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

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

 span { border-color: rgb(151,192,237); }

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