#97C1EC

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

Shades of Cornflower #97C1EC

Tints of Cornflower #97C1EC

Color information

#97C1EC (or 0x97C1EC) is unknown color: approx Cornflower. HEX triplet: 97, C1 and EC. RGB value is (151,193,236). Sum of RGB (Red+Green+Blue) = 151+193+236=580 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.03% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #97C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C1EC is #683E13. Grayscale: #B9B9B9. Windows color (decimal): -6831636 or 15516055. OLE color: 15516055.

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

Color convert

RGB151193236-
CMYK0.360.1800.07
HSL210.35º69.11%75.88%-
HSV(B)210.35º36.02%92.55%-
XYZ46.9750.7886.68-
YUV185.34156.59103.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.03%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=26.03%
G=33.28%
B=40.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511932360.360.1800.07210.3569.1175.88
Hex97C1EC241207d2454c
Octal227301354442207322105114
Binary1001011111000001111011001001001001001111101001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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